Must restart waybar when timezone is changed to have it reflect immediately

This commit is contained in:
David Heinemeier Hansson 2025-08-16 05:36:38 -05:00
parent 377f3e6d83
commit accc7a903e

View File

@ -2,4 +2,5 @@
sudo tzupdate
new_timezone=$(timedatectl show -p Timezone --value)
omarchy-restart-waybar
notify-send "Timezone has been set to $new_timezone"