summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* new module dpms.py allowing activation and deactivation of DPMS thx to ↵Ultrabug2014-01-121-0/+44
| | | | André Doser
* Merge pull request #21 from patrickshan/masterUltrabug2013-12-301-2/+55
|\ | | | | add cpu usage info to sysdata script thx to @patrickshan
| * * make cpu status cached for 10s and leave the output index to 0Patrick Shan2013-12-301-2/+3
| |
| * * add cpu usage info to sysdata scriptPatrick Shan2013-12-081-3/+55
| |
* | new generic click event handler using the special module file named ↵Ultrabug2013-12-131-0/+127
| | | | | | | | i3bar_click_events.py which will be forwarded any orphan click event for action. this allows you to take action on clicks made on your i3status modules.
* | drop useless modes on examplesUltrabug2013-12-132-0/+0
| |
* | new example whoami displaying the currently logged in userUltrabug2013-12-121-0/+26
|/
* add new example module displaying Yahoo Weather forcastUltrabug2013-11-061-0/+106
|
* rewrite pomodoro example to showcase the on_click usageUltrabug2013-08-291-88/+57
|
* make sure all examples are PEP8 compatibleUltrabug2013-08-292-60/+71
|
* update the empty_class example to explain on_click and kill usageUltrabug2013-08-291-6/+30
|
* add information about method execution in the empty_class exampleUltrabug2013-06-231-1/+5
|
* Three new method added. (net_speed, traffic, ram_info)Shahin Azad2013-04-302-0/+216
|
* pingdom module dont need to be aggressive on timeout anymore, add POSITION ↵Ultrabug2013-04-161-8/+9
| | | | parameter
* glpi module dont need to be aggressive on timeout anymore, add POSITION ↵Ultrabug2013-04-161-2/+3
| | | | parameter
* enhanced self key binding pomodoro example as discussed with FandekaspUltrabug2013-04-161-98/+122
|
* handle case log file does not existsAdrien Lemaire2013-04-151-0/+3
|
* plugin now working with keys to start/stop/pauseAdrien Lemaire2013-04-151-35/+42
|
* reading log file for value. Do I really need watchdog ?Adrien Lemaire2013-04-151-1/+23
|
* define watchdog values to listen, and their actionAdrien Lemaire2013-04-151-4/+31
|
* separate code in send_notification methodAdrien Lemaire2013-04-151-23/+29
|
* adding new pomodoro pluginAdrien Lemaire2013-04-151-0/+65
|
* PEP8 identation and python3 compatible examplesUltrabug2013-04-073-98/+98
|
* add Pingdom checks latency example moduleUltrabug2013-03-251-0/+49
|
* add GLPI open tickets counter module exampleUltrabug2013-03-111-0/+49
|
* user Py3status classes get the i3status_config as argument so they can use ↵Ultrabug2013-02-261-1/+1
| | | | i3status parameters such as user-defined colors
* initial example classUltrabug2013-02-211-0/+13