From 22b2d4a6f5bfff5e18babdcc55b4594b4d56a3f4 Mon Sep 17 00:00:00 2001 From: Raphael Scholer Date: Thu, 23 Feb 2017 03:42:50 +0100 Subject: [PATCH] Fix output when dpms is enabled This fixes #537. --- i3pystatus/dpms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/dpms.py b/i3pystatus/dpms.py index 7ccae71..734f114 100644 --- a/i3pystatus/dpms.py +++ b/i3pystatus/dpms.py @@ -37,7 +37,7 @@ class DPMS(IntervalModule): if self.status: self.output = { - "full_text": self.format.format(status="off"), + "full_text": self.format.format(status="on"), "color": self.color } else: