Make i3 work with new version of i3-blocks

This commit is contained in:
Jonathan Hodgson 2018-10-04 16:50:04 +01:00
parent 5effc743b7
commit 9bba0b14c6
10 changed files with 288 additions and 18 deletions

View file

@ -18,8 +18,8 @@ if [ "$BLOCK_BUTTON" = "1" ]; then
echo "$used/$total"
echo "$used/$total"
else
echo "$percent%"
echo "$percent%"
echo "$label $percent%"
echo "$label $percent%"
fi