.dotfiles/botfiles/.scripts/wificheck.sh
Wiktor Zykubek ab76262568 Migrate from GitLab to GitHub
- switch i3wm to bspwm
- lot of changes
2020-03-08 10:19:00 +01:00

12 lines
145 B
Bash
Executable File

#!/bin/bash
sleep 10
if ping -w 1 archlinux.org &> /dev/null
then
~/.config/polybar/launch.sh
exit 0
else
~/.scripts/wificheck.sh
exit 0
fi