Moves i3 to LEGACY
This commit is contained in:
parent
3797371054
commit
7033add60b
20 changed files with 0 additions and 0 deletions
14
LEGACY/i3/blocks/homeServerUpdates
Executable file
14
LEGACY/i3/blocks/homeServerUpdates
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue