mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 20:47:47 +00:00
4 lines
168 B
Bash
4 lines
168 B
Bash
if ! ping -c3 -W1 1.1.1.1 >/dev/null 2>&1; then
|
|
notify-send " Click to Setup Wi-Fi" "Tab between sections, space selects, ? for help." -u critical -t 30000
|
|
fi
|