Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions py3status/modules/battery_level.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ def _set_bar_color(self):
self.response["color"] = self.py3.COLOR_GOOD
battery_status = "full"
else:
self.response["color"] = self.py3.COLOR_GOOD
battery_status = "good"

if notify_msg and self.notify_low_level and self.last_known_status != battery_status:
Expand Down