From b44661a0ade8814dbc721a0ff899659b639d4e89 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 Aug 2025 12:10:41 +0200 Subject: [PATCH] Wording --- bin/omarchy-cmd-tzupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"