summaryrefslogtreecommitdiffstats
path: root/py3status
diff options
context:
space:
mode:
authorJ.M. Dana <jmdana@gmail.com>2015-04-02 19:02:04 +0100
committerJ.M. Dana <jmdana@gmail.com>2015-04-02 19:02:04 +0100
commitdc96298a963d821b00261af76e5bc493c31a0fab (patch)
treea8584787a082eefb51f76e338705e5271f5a2532 /py3status
parent6b10daf968f0ed990a5c0a5c42ad73a97bc98d5b (diff)
init is not needed anymore
Diffstat (limited to 'py3status')
-rw-r--r--py3status/modules/dpms.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/py3status/modules/dpms.py b/py3status/modules/dpms.py
index cfc7213..d1967f7 100644
--- a/py3status/modules/dpms.py
+++ b/py3status/modules/dpms.py
@@ -15,12 +15,6 @@ from os import system
class Py3status:
"""
"""
- def __init__(self):
- """
- Detect current state on start.
- """
- self.run = system('xset -q | grep -iq "DPMS is enabled"') == 0
-
def dpms(self, i3s_output_list, i3s_config):
"""
Display a colorful state of DPMS.