summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PEP8 and cleanup of scratchpad-counter moduleUltrabug2014-05-271-18/+19
|
* PEP8 and normalization of mpd_status moduleUltrabug2014-05-271-17/+22
|
* PEP8 and rename the current-title to window-title, normalizationUltrabug2014-05-272-52/+58
|
* switch french color to solarized blue on keyboard-layout moduleUltrabug2014-05-261-1/+1
|
* rename current-keyboard-layout to keyboard-layout, PEP8 cleanup, implement ↵Ultrabug2014-05-262-33/+70
| | | | check using setxkbmap for maximal compatibility, add french coloring
* PEP8 and python2 fixesUltrabug2014-05-261-19/+27
|
* rename mpd module to mpd_status to avoid conflictVasiliy Horbachenko2014-05-251-0/+0
|
* mpd moduleVasiliy Horbachenko2014-05-243-3/+118
|
* coding header for battery levelVasiliy Horbachenko2014-05-231-0/+1
|
* small fixVasiliy Horbachenko2014-05-221-5/+1
|
* added battery level, current keyboard layoutVasiliy Horbachenko2014-05-224-8/+108
|
* scratchpad counter and current title fixesVasiliy Horbachenko2014-05-223-51/+9
|
* added scratchpad-counterVasiliy Horbachenko2014-05-221-0/+41
|
* current-title: updatedVasiliy Horbachenko2014-05-201-3/+10
|
* module for displaying current windows titleVasiliy Horbachenko2014-05-191-1/+1
|
* module for displaying current window\'s titleVasiliy Horbachenko2014-05-192-8/+49
|
* module for displaying current window\'s titleVasiliy Horbachenko2014-05-191-1/+1
|
* module for displaying current window\'s titleVasiliy Horbachenko2014-05-191-48/+0
|
* module for displaying current window\'s titleVasiliy Horbachenko2014-05-192-0/+95
|
* fix netdata module to work with python3 wrt issue #31Ultrabug2014-05-071-1/+1
|
* version 1.51.5Ultrabug2014-05-032-1/+7
|
* add --version parameter wrt issue #29Ultrabug2014-05-032-0/+22
|
* add some explanation bitsUltrabug2014-05-031-2/+2
|
* fix formatting of code blocksUltrabug2014-05-031-0/+2
|
* fix formatting of code blocksUltrabug2014-05-031-8/+8
|
* fix formatting back to RSTUltrabug2014-05-031-18/+27
|
* switch back to RST for the README wrt pypiUltrabug2014-05-031-1/+1
|
* include modules, changelog and license to sources on pypiUltrabug2014-05-031-1/+1
|
* switch back to RST for the README wrt pypiUltrabug2014-05-031-0/+0
|
* rename examples folder to the modules and prepare for installationUltrabug2014-05-0313-1/+1
|
* version 1.41.4Ultrabug2014-04-162-2/+12
|
* Update README.mdUltrabug2014-04-161-3/+6
|
* fix formatting to markdownUltrabug2014-04-161-25/+17
|
* move README to markdown, change orderingUltrabug2014-04-161-10/+10
|
* make ordering debug logs less spammyUltrabug2014-04-151-12/+25
|
* new ordering mechanism with verbose logging. fixes rare cases where the ↵Ultrabug2014-04-141-6/+54
| | | | modules methods were not always loaded in the same order and caused inconsistent ordering between reloads. thx to @guiniol for reporting.
* debug: dont catch print() on debug modeUltrabug2014-04-141-2/+3
|
* debug: add position requested by modulesUltrabug2014-04-141-1/+2
|
* Merge pull request #25 from nawadanp/masterUltrabug2014-03-091-0/+57
|\ | | | | new module ns_checker.py thx to @nawadanp
| * Add new module ns_checker.pynawadanp2014-03-091-0/+57
|/
* update the README with the new options from --helpUltrabug2014-02-231-0/+1
|
* version 1.31.3Ultrabug2014-02-232-1/+8
|
* new standalone mode allowing to bypass i3status when you need a ↵Ultrabug2014-02-231-34/+70
| | | | py3status-modules-only i3bar
* debug mode add log info about py3status invocation configUltrabug2014-02-231-0/+7
|
* pep8 cosmeticsUltrabug2014-02-231-1/+1
|
* python3 compatibility code wrt issue #24Ultrabug2014-02-201-0/+5
|
* make sure i3status_time encoding is UTF-8 wrt issue #24Ultrabug2014-02-201-1/+1
|
* version 1.21.2Ultrabug2014-01-122-1/+11
|
* drop non ASCII chars from exampleUltrabug2014-01-120-0/+0
|\
| * new module dpms.py allowing activation and deactivation of DPMS thx to ↵Ultrabug2014-01-121-0/+44
| | | | | | | | André Doser