summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wasp/widgets.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/wasp/widgets.py b/wasp/widgets.py
index 7d30993..c3d3d9d 100644
--- a/wasp/widgets.py
+++ b/wasp/widgets.py
@@ -104,8 +104,8 @@ class StatusBar:
class ScrollIndicator:
"""Scrolling indicator.
- A simple battery meter with a charging indicator, will draw at the
- top-right of the display.
+ A pair of arrows that prompted the user to swipe up/down to access
+ additional pages of information.
"""
def __init__(self, x=240-18, y=240-24):
self._pos = (x, y)