Fixes + updated emacs
This commit is contained in:
parent
ba5ba05cfc
commit
7855c4b894
4 changed files with 20 additions and 21 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue