diff options
Diffstat (limited to 'wasp/widgets.py')
| -rw-r--r-- | wasp/widgets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wasp/widgets.py b/wasp/widgets.py index c3d3d9d..7b6fc04 100644 --- a/wasp/widgets.py +++ b/wasp/widgets.py @@ -70,7 +70,7 @@ class BatteryMeter: self.level = level -class StatusBar: +class NotificationBar: """Show BT status and if there are pending notifications.""" def __init__(self, x=8, y=8): self._pos = (x, y) |
