summaryrefslogtreecommitdiff
path: root/wasp/apps/clock.py
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-10-20 17:56:08 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-10-20 17:56:08 (GMT)
commitfc502cdcaa96975cb9b503a82de5b0be9d09caff (patch)
tree447767e16709c79ad91523afb95ab40679d1dfda /wasp/apps/clock.py
parent52de478682bd88dc80bff53d96b0d9132e3f1978 (diff)
widgets: Rename StatusBar to NotificaitonBar
This is not (yet) a useful change but we'll be creating a new StatusBar soon. Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/apps/clock.py')
-rw-r--r--wasp/apps/clock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wasp/apps/clock.py b/wasp/apps/clock.py
index 17485c0..88ed2c7 100644
--- a/wasp/apps/clock.py
+++ b/wasp/apps/clock.py
@@ -40,7 +40,7 @@ class ClockApp():
def __init__(self):
self.meter = wasp.widgets.BatteryMeter()
- self.notifier = wasp.widgets.StatusBar()
+ self.notifier = wasp.widgets.NotificationBar()
def foreground(self):
"""Activate the application."""