fixed formatting issues

This commit is contained in:
Georg Sieber 2015-06-05 21:19:17 +02:00
parent 19ea035e68
commit c569dd608f

View File

@ -1,6 +1,7 @@
from i3pystatus import IntervalModule
from i3pystatus.core.command import run_through_shell
class DPMS(IntervalModule):
"""
Shows and toggles status of DPMS which prevents screen from blanking.
@ -17,7 +18,7 @@ class DPMS(IntervalModule):
settings = (
"format",
"color",
"color_disabled",
"color_disabled",
)
color_disabled = "#AAAAAA"