mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
7 lines
353 B
Bash
7 lines
353 B
Bash
if ! ping -c3 -W1 1.1.1.1 >/dev/null 2>&1; then
|
||
notify-send " Click to Setup Wi-Fi" "Tab to navigate, Space to select, ? for help." -u critical -t 30000
|
||
notify-send " Update System" "When you have internet, click to update the system." -u critical
|
||
else
|
||
notify-send " Update System" "Click to update the system." -u critical
|
||
fi
|