mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 12:37:46 +00:00
9 lines
261 B
Bash
Executable File
9 lines
261 B
Bash
Executable File
#!/bin/bash
|
|
|
|
notify-send " Updating time and timezone..."
|
|
sudo systemctl restart systemd-timesyncd
|
|
sudo tzupdate
|
|
new_timezone=$(timedatectl show -p Timezone --value)
|
|
omarchy-restart-waybar
|
|
notify-send " Time updated and timezone set to $new_timezone"
|