narrow spaces between wide character icons and percent

This commit is contained in:
John Mertz 2024-10-15 16:23:19 -06:00
parent ac9d33a955
commit dc2f0832b7
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ elif [[ $1 == bar ]]; then
STATUS="✘"
;;
esac
printf '{"text":"%b%%","icon":"%b ","percentage":"%b","tooltip":"%b","class":"%b"}' "${STATUS}${LEVEL}" $STATUS $LEVEL "$TIME" $CLASS
printf '{"text":"%b%%","icon":"%b ","percentage":"%b","tooltip":"%b","class":"%b"}' "${STATUS}${LEVEL}" $STATUS $LEVEL "$TIME" $CLASS
exit
elif [[ $1 == 'notify' ]]; then
notify-send Battery "$(echo $ACPI | cut -d':' -f2- | sed 's/\s//')"