We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe4d3f commit 6627056Copy full SHA for 6627056
scripts/battery_icon_charge.sh
@@ -53,7 +53,7 @@ print_icon_charge() {
53
# if percentage is empty, assume it's a desktop
54
if [ -o "$percentage" == "" ]; then
55
printf "$icon_charge_default"
56
- elif [ $percentage -gt 95 ]; then
+ elif [ $percentage -gt 98 ]; then
57
printf "$icon_charge_tier10"
58
elif [ $percentage -ge 90 ]; then
59
printf "$icon_charge_tier9"
0 commit comments