omarchy/bin/omarchy-cmd-tzupdate
2025-08-25 12:09:49 +02:00

8 lines
197 B
Bash
Executable File

#!/bin/bash
sudo systemctl restart systemd-timesyncd
sudo tzupdate
new_timezone=$(timedatectl show -p Timezone --value)
omarchy-restart-waybar
notify-send "Timezone has been set to $new_timezone"