diff options
Diffstat (limited to 'wasp/apps/clock.py')
| -rw-r--r-- | wasp/apps/clock.py | 2 |
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.""" |
