Fixes + updated emacs

This commit is contained in:
Aleksandr Lebedev 2025-02-02 20:54:00 +01:00
parent ba5ba05cfc
commit 7855c4b894
4 changed files with 20 additions and 21 deletions

View file

@ -32,7 +32,7 @@ elif [[ "$STATUS" == "Charging" ]]; then
elif [[ $BATTERY_LEVEL -ge 10 ]]; then
ICON="󰢜 "
else
ICON="󱊦 "
ICON="󰢜 "
fi
else
if [[ $BATTERY_LEVEL -ge 90 ]]; then
@ -46,7 +46,7 @@ else
elif [[ $BATTERY_LEVEL -ge 10 ]]; then
ICON="󰁺 "
else
ICON="󱊣 "
ICON="󰁺 "
fi
fi