Make i3 work with new version of i3-blocks
This commit is contained in:
parent
06a45c6c68
commit
334633b16f
10 changed files with 288 additions and 18 deletions
|
@ -7,10 +7,13 @@ if ! command -v checkupdates > /dev/null; then
|
|||
else
|
||||
count=$(checkupdates | wc -l)
|
||||
if [ "$count" = "0" ]; then
|
||||
count=""
|
||||
echo ""
|
||||
echo ""
|
||||
echo ""
|
||||
exit 0
|
||||
fi
|
||||
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