summaryrefslogtreecommitdiffstats
path: root/py3status/modules/dpms.py
Commit message (Collapse)AuthorAgeFilesLines
* typo, my bad :(Kenneth Watson2015-07-211-2/+2
|
* address comment raised in #109, now uses separate format strings for on/off, ↵Kenneth Watson2015-07-211-17/+6
| | | | rather than status strings
* add format string support for dpms module, and add some optionsKenneth Watson2015-07-201-1/+32
|
* remove useless py3status forced refreshUltrabug2015-04-031-1/+0
|
* init is not needed anymoreJ.M. Dana2015-04-021-6/+0
|
* External processes might change DPMS so the module should check in theJ.M. Dana2015-04-011-0/+4
| | | | main loop
* move config parameters on every module docstring, overall QAUltrabug2015-03-311-0/+2
|
* QA on all modules docstrings for a clean CLI parsingUltrabug2015-03-271-2/+3
|
* [DPMS] Activate/deactivate the screensaver as well.J.M. Dana2015-02-211-2/+2
| | | | | | | | The DPMS module allows activation/deactivation of DPMS and does it well. However, the purpose of deactivating DPMS is, in most cases, to avoid the screen going blank. If the screensaver is not deactivated then the screen will go blank anyway. This commits allow simultaneous activation/deactivation of both.
* module dpms QA and configUltrabug2014-12-211-16/+17
|
* move modules folder so we can install it as a module of py3statusUltrabug2014-11-231-0/+44