Invite new installations to setup wifi

This commit is contained in:
David Heinemeier Hansson
2025-09-14 10:07:37 +02:00
parent e018692e5e
commit 3e1e466938
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
if ! ping -c5 -W1 1.1.1.1 >/dev/null 2>&1; then
setsid alacritty --class=Impala -e impala &
notify-send "󰖩 Click to Setup Wi-Fi" "Tab between sections, space selects, ? for help." -u critical -t 30000
fi