Moves i3 to LEGACY

This commit is contained in:
Jonathan Hodgson 2019-07-30 15:10:03 +01:00
parent 3797371054
commit 7033add60b
20 changed files with 0 additions and 0 deletions

View file

@ -1,14 +0,0 @@
#!/usr/bin/sh
count=$(ssh homeServer -t checkupdates | wc -l)
if [ "$count" = "0" ]; then
echo ""
else
echo "$label $count"
echo "$label $count"
if [ "$count" -gt "5" ]; then
echo "#FFOOOO"
else
echo "#FF8000"
fi
fi