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 06a45c6c68
commit 334633b16f
10 changed files with 288 additions and 18 deletions

View file

@ -48,8 +48,8 @@ if [[ "${percent}" -le 0 ]]; then
exit
fi
echo "🔆${percent}%"
echo "${percent}%"
echo "${label} ${percent}%"
echo "${label} ${percent}%"
echo ""
if [[ "${percent}" -le "${URGENT_VALUE}" ]]; then