From bf1d875da988b53059212b178358899582ac4526 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Fri, 27 Mar 2015 19:01:28 +0100 Subject: QA on all modules docstrings for a clean CLI parsing --- py3status/modules/dpms.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'py3status/modules/dpms.py') diff --git a/py3status/modules/dpms.py b/py3status/modules/dpms.py index bcef53c..0753df4 100644 --- a/py3status/modules/dpms.py +++ b/py3status/modules/dpms.py @@ -1,11 +1,12 @@ # -*- coding: utf-8 -*- """ +Activate or deactivate DPMS and screen blanking. + This module allows activation and deactivation of DPMS (Display Power Management Signaling) by clicking on 'DPMS' in the status bar. -Written and contributed by @tasse: - Andre Doser +@author Andre Doser """ from os import system -- cgit v1.3