From c569dd608ffb324798adff3b34c9c53cd1016afe Mon Sep 17 00:00:00 2001 From: Georg Sieber Date: Fri, 5 Jun 2015 21:19:17 +0200 Subject: [PATCH] fixed formatting issues --- i3pystatus/dpms.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i3pystatus/dpms.py b/i3pystatus/dpms.py index 3c2854c..f571f3b 100644 --- a/i3pystatus/dpms.py +++ b/i3pystatus/dpms.py @@ -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"