From d211de2ffc5a7c6fc134193cea527bb702121a2f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 19 Jul 2026 21:14:13 -0700 Subject: [PATCH] Match Wi-Fi first-run notification format to the other invitations Co-Authored-By: Claude Fable 5 --- install/user/first-run/wifi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/user/first-run/wifi.sh b/install/user/first-run/wifi.sh index 0abed885..82d95667 100644 --- a/install/user/first-run/wifi.sh +++ b/install/user/first-run/wifi.sh @@ -8,7 +8,7 @@ notify_update() { notify_wifi() { ( - if [[ -n $(omarchy-notification-send -u critical -g 󰖩 "Click to Setup Wi-Fi" -a) ]]; then + if [[ -n $(omarchy-notification-send -u critical -g 󰖩 "Setup Wi-Fi" "Click to configure the wireless network." -a) ]]; then omarchy-shell shell toggle omarchy.network fi ) >/dev/null 2>&1 &