summaryrefslogtreecommitdiff
path: root/wasp/apps/stopwatch.py
diff options
context:
space:
mode:
authorWolfgang Ginolas <wolfgang.ginolas@gwif.eu>2020-12-31 16:18:13 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2021-01-10 16:02:35 (GMT)
commit5b74c45e58eedddf3432b595822989afba8bf3a4 (patch)
treef524373a333b23210273f57a2acfdca4bba09fa5 /wasp/apps/stopwatch.py
parent4e9a576a2df3476a19522df177f845fade7b1fa6 (diff)
apps: timer: Add a countdown timer application
Signed-off-by: Wolfgang Ginolas <wolfgang.ginolas@gwif.eu> [daniel@redfelineninja.org.uk: squashed into a single commit, rebase to latest master, integrate with the Software application and rename the screenshots to match the application name] Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/apps/stopwatch.py')
-rw-r--r--wasp/apps/stopwatch.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/wasp/apps/stopwatch.py b/wasp/apps/stopwatch.py
index 0d572af..f46baa0 100644
--- a/wasp/apps/stopwatch.py
+++ b/wasp/apps/stopwatch.py
@@ -8,12 +8,13 @@ import fonts
class StopwatchApp():
"""Stopwatch application.
- .. figure:: res/TimerApp.png
+ .. figure:: res/StopclockApp.png
:width: 179
Screenshot of the stopwatch application
"""
- NAME = 'Timer'
+ # Stopwatch requires too many pixels to fit into the launcher
+ NAME = 'Stopclock'
ICON = icons.app
def __init__(self):