mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
7 lines
156 B
Bash
Executable File
7 lines
156 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo tzupdate
|
|
new_timezone=$(timedatectl show -p Timezone --value)
|
|
omarchy-restart-waybar
|
|
notify-send "Timezone has been set to $new_timezone"
|