narrow spaces between wide character icons and percent
This commit is contained in:
parent
ac9d33a955
commit
dc2f0832b7
|
@ -53,7 +53,7 @@ elif [[ $1 == bar ]]; then
|
||||||
STATUS="✘"
|
STATUS="✘"
|
||||||
;;
|
;;
|
||||||
esac
|
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
|
exit
|
||||||
elif [[ $1 == 'notify' ]]; then
|
elif [[ $1 == 'notify' ]]; then
|
||||||
notify-send Battery "$(echo $ACPI | cut -d':' -f2- | sed 's/\s//')"
|
notify-send Battery "$(echo $ACPI | cut -d':' -f2- | sed 's/\s//')"
|
||||||
|
|
Loading…
Reference in New Issue