Skip to content

Commit

Permalink
Merge pull request #304 from mamantoha/fix-macos-15-battery-full
Browse files Browse the repository at this point in the history
fix full battery on macOS 15
  • Loading branch information
ethancedwards8 authored Oct 17, 2024
2 parents 9367a04 + 96267b4 commit 2c5913d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/battery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ battery_status()
)
echo "${battery_labels[$((bat_perc/10*10))]:-󰂃}"
;;
high|Full)
high|charged|Full)
echo "󰁹"
;;
charging|Charging)
Expand Down

0 comments on commit 2c5913d

Please sign in to comment.