move i3blocks to automatically be installed

This commit is contained in:
David Todd
2020-03-26 11:10:00 -05:00
parent 599818efcc
commit acf1be884a
12 changed files with 0 additions and 0 deletions

9
bin/i3blocks/internet Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
if ping -c 1 1.1.1.1 > /dev/null 2>&1; then
echo "😛"
else
echo "🤬"
echo "$(date)" >> /tmp/internet-outages
nfty send "Internet Outage"
fi