Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/devices/battery.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/view/devices/battery.py')
-rw-r--r--shell/view/devices/battery.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/devices/battery.py b/shell/view/devices/battery.py
index 4ac3c17..ec971a5 100644
--- a/shell/view/devices/battery.py
+++ b/shell/view/devices/battery.py
@@ -47,7 +47,7 @@ class DeviceView(CanvasIcon):
# Update palette
if self._model.props.charging:
status = _STATUS_CHARGING
- self.props.badge_name = 'theme:badge-charging'
+ self.props.badge_name = 'badge-charging'
elif self._model.props.discharging:
status = _STATUS_DISCHARGING
self.props.badge_name = None