From e81994f1829a6d2aff6909e21ebb3bb3d464b1aa Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 17 Sep 2025 16:36:11 +0200 Subject: [PATCH] Dont let the update system notification expire --- install/first-run/welcome.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/first-run/welcome.sh b/install/first-run/welcome.sh index 73d3fc6..3b84661 100644 --- a/install/first-run/welcome.sh +++ b/install/first-run/welcome.sh @@ -1,2 +1,2 @@ -notify-send " Update System" "When you have internet, click to update the system." -t 30000 +notify-send " Update System" "When you have internet, click to update the system." -u critical notify-send "👋 Welcome to Omarchy" "You're in for a great computing adventure. Have fun!" -t 30000