summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Watson <git@shrimpworks.za.net>2015-07-21 16:50:07 +0200
committerKenneth Watson <git@shrimpworks.za.net>2015-07-21 16:50:07 +0200
commit822c6086a878c57047c3f6de79dddb677b1e6cf0 (patch)
treef309f5e6d10a16eceeb27e6dbfc3cede6df288a5
parent580156b5835d131d9b9d060d550a85e6d3e0beb4 (diff)
typo, my bad :(
-rw-r--r--py3status/modules/dpms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/py3status/modules/dpms.py b/py3status/modules/dpms.py
index f939111..6a5d881 100644
--- a/py3status/modules/dpms.py
+++ b/py3status/modules/dpms.py
@@ -7,8 +7,8 @@ of DPMS (Display Power Management Signaling)
by clicking on 'DPMS' in the status bar.
Configuration parameters:
- - format_off: string to display when DPMS is enabled
- - format_on: string to display when DPMS is disabled
+ - format_off: string to display when DPMS is disabled
+ - format_on: string to display when DPMS is enabled
@author Andre Doser <dosera AT tf.uni-freiburg.de>
"""