summaryrefslogtreecommitdiff
path: root/wasp/wasp.py
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-12-13 16:46:19 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-12-13 16:51:07 (GMT)
commit4468285c343d7f4044748c6232f3e7510def9dce (patch)
tree6e56a34216bd39af04f7d8b9f81d8b66bcb0120c /wasp/wasp.py
parente44e605b7a2dd09e7d07c85ca1a73c5ce5b6d92b (diff)
widgets: BatteryMeter: Fix theme handling
Add the battery frame to the theme so it matches the frame used for charging and rename accordingly. Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/wasp.py')
-rw-r--r--wasp/wasp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wasp/wasp.py b/wasp/wasp.py
index 4837e12..2422cfd 100644
--- a/wasp/wasp.py
+++ b/wasp/wasp.py
@@ -529,7 +529,7 @@ class Manager():
"""Returns the relevant part of theme. For more see ../tools/themer.py"""
theme_parts = ("ble",
"scroll-indicator",
- "battery-charging",
+ "battery",
"status-clock",
"notify-icon",
"accent-mid",