summaryrefslogtreecommitdiff
path: root/wasp/apps/settings.py
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-08-16 17:48:15 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-08-16 17:48:15 (GMT)
commit9877ea99bd5aed4c27414dd89de754202c256f26 (patch)
tree788f52645bf89e67d3570b2a4a3070623f35107c /wasp/apps/settings.py
parentc5a4a14334913755a3c8b10b4d08c96c718b55b0 (diff)
README: Add a (fairly) comprehensive screenshot tour
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/apps/settings.py')
-rw-r--r--wasp/apps/settings.py13
1 files changed, 9 insertions, 4 deletions
diff --git a/wasp/apps/settings.py b/wasp/apps/settings.py
index eb6183f..2bad080 100644
--- a/wasp/apps/settings.py
+++ b/wasp/apps/settings.py
@@ -1,14 +1,19 @@
# SPDX-License-Identifier: LGPL-3.0-or-later
# Copyright (C) 2020 Daniel Thompson
-"""Ultra-simple settings application.
-
-Currently the settings application contains only one setting: brightness
-"""
import wasp
import icons
class SettingsApp():
+ """Ultra-simple settings application.
+
+ Currently the settings application contains only one setting: brightness
+
+ .. figure:: res/SettingsApp.png
+ :width: 179
+
+ Screenshot of the settings application
+ """
NAME = 'Settings'
ICON = icons.settings