Skip to content

Commit 2c5913d

Browse files
Merge pull request #304 from mamantoha/fix-macos-15-battery-full
fix full battery on macOS 15
2 parents 9367a04 + 96267b4 commit 2c5913d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/battery.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ battery_status()
106106
)
107107
echo "${battery_labels[$((bat_perc/10*10))]:-󰂃}"
108108
;;
109-
high|Full)
109+
high|charged|Full)
110110
echo "󰁹"
111111
;;
112112
charging|Charging)

0 commit comments

Comments
 (0)