Fix output when dpms is enabled

This fixes #537.
This commit is contained in:
Raphael Scholer 2017-02-23 03:42:50 +01:00
parent 82555cb6a7
commit 22b2d4a6f5
No known key found for this signature in database
GPG Key ID: 81538BF8318D5B7B

View File

@ -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: