diff options
| -rw-r--r-- | py3status/modules/dpms.py | 4 |
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> """ |
