From 445ccdebbfd3e0a2320111242710ed945c23d602 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 14 Sep 2025 15:33:23 +0200 Subject: [PATCH] Give feedback while time + tz is updating Closes #1546 --- bin/omarchy-cmd-tzupdate | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/omarchy-cmd-tzupdate b/bin/omarchy-cmd-tzupdate index da135e9..eb39bf0 100755 --- a/bin/omarchy-cmd-tzupdate +++ b/bin/omarchy-cmd-tzupdate @@ -1,7 +1,8 @@ #!/bin/bash +notify-send " Updating time and timezone..." sudo systemctl restart systemd-timesyncd sudo tzupdate new_timezone=$(timedatectl show -p Timezone --value) omarchy-restart-waybar -notify-send "Time synced and timezone set to $new_timezone" +notify-send " Time updated and timezone set to $new_timezone"