Make i3 work with new version of i3-blocks
This commit is contained in:
parent
5effc743b7
commit
9bba0b14c6
10 changed files with 288 additions and 18 deletions
|
@ -4,8 +4,8 @@ count=$(ssh homeServer -t checkupdates | wc -l)
|
|||
if [ "$count" = "0" ]; then
|
||||
echo ""
|
||||
else
|
||||
echo $count
|
||||
echo $count
|
||||
echo "$label $count"
|
||||
echo "$label $count"
|
||||
if [ "$count" -gt "5" ]; then
|
||||
echo "#FFOOOO"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue