Skip to content

Commit

Permalink
Merge pull request enkore#547 from rscholer/dpms_status
Browse files Browse the repository at this point in the history
Fix output when dpms is enabled
  • Loading branch information
enkore committed Feb 23, 2017
2 parents 82555cb + 22b2d4a commit e60d3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i3pystatus/dpms.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def run(self):

if self.status:
self.output = {
"full_text": self.format.format(status="off"),
"full_text": self.format.format(status="on"),
"color": self.color
}
else:
Expand Down

0 comments on commit e60d3d4

Please sign in to comment.