From accc7a903eb41787aeabd39c6c1c8f3043541ba8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 16 Aug 2025 05:36:38 -0500 Subject: [PATCH] Must restart waybar when timezone is changed to have it reflect immediately --- bin/omarchy-cmd-tzupdate | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/omarchy-cmd-tzupdate b/bin/omarchy-cmd-tzupdate index 1c5d0ac1..ff47f55e 100755 --- a/bin/omarchy-cmd-tzupdate +++ b/bin/omarchy-cmd-tzupdate @@ -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"