Match Wi-Fi first-run notification format to the other invitations

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
David Heinemeier Hansson
2026-07-19 21:17:04 -07:00
co-authored by Claude Fable 5
parent e96163c075
commit d211de2ffc
+1 -1
View File
@@ -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 &