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:
co-authored by
Claude Fable 5
parent
e96163c075
commit
d211de2ffc
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user