diff options
| author | Francesco Gazzetta <fgaz@fgaz.me> | 2022-01-25 15:00:48 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel.thompson@linaro.org> | 2022-02-02 12:18:27 (GMT) |
| commit | 1c3a835448dcff6b182e120a1e135185943c21ff (patch) | |
| tree | 2cbe2ce7d883771962829ef0a718c8744206342a /wasp/apps/word_clock.py | |
| parent | 01c173927ec70467b74652297518bf7e2032cfaf (diff) | |
Remove icons from watchface apps
They are not displayed anywhere but they take space
Signed-off-by: Francesco Gazzetta <fgaz@fgaz.me>
Diffstat (limited to 'wasp/apps/word_clock.py')
| -rw-r--r-- | wasp/apps/word_clock.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/wasp/apps/word_clock.py b/wasp/apps/word_clock.py index 6bc3d45..c1504c0 100644 --- a/wasp/apps/word_clock.py +++ b/wasp/apps/word_clock.py @@ -14,15 +14,12 @@ Shows a time as words together with a battery meter and the date. import wasp -import icons - MONTH = 'JanFebMarAprMayJunJulAugSepOctNovDec' class WordClockApp(): """Simple digital clock application.""" NAME = 'WordClk' - ICON = icons.app def foreground(self): """Activate the application. |
