diff --git a/waybar/waybar-battery.sh b/waybar/waybar-battery.sh index 0e49a7a..58ee138 100755 --- a/waybar/waybar-battery.sh +++ b/waybar/waybar-battery.sh @@ -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//')"