diff --git a/i3pystatus/dpms.py b/i3pystatus/dpms.py index f571f3b..644fed8 100644 --- a/i3pystatus/dpms.py +++ b/i3pystatus/dpms.py @@ -6,10 +6,10 @@ class DPMS(IntervalModule): """ Shows and toggles status of DPMS which prevents screen from blanking. - .. rubric:: Available formatters * `{status}` — the current status of DPMS + @author Georg Sieber """