Skip to content

Commit 6627056

Browse files
authored
Update battery_icon_charge.sh
Add 98% for display NerdFont icon (battery full)
1 parent 0fe4d3f commit 6627056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/battery_icon_charge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ print_icon_charge() {
5353
# if percentage is empty, assume it's a desktop
5454
if [ -o "$percentage" == "" ]; then
5555
printf "$icon_charge_default"
56-
elif [ $percentage -gt 95 ]; then
56+
elif [ $percentage -gt 98 ]; then
5757
printf "$icon_charge_tier10"
5858
elif [ $percentage -ge 90 ]; then
5959
printf "$icon_charge_tier9"

0 commit comments

Comments
 (0)