diff --git a/bin/omarchy-cmd-tzupdate b/bin/omarchy-cmd-tzupdate index 1c4ac441..da135e9e 100755 --- a/bin/omarchy-cmd-tzupdate +++ b/bin/omarchy-cmd-tzupdate @@ -4,4 +4,4 @@ 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" +notify-send "Time synced and timezone set to $new_timezone"