Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-09 | Added format_down option for battery if no battery is available. | Christoph Göttschkes | |
2013-02-22 | Add colorized output for load avg | Raphael Michel | |
2013-02-14 | Added option to show battery capacity without decimals | Julien Lequertier | |
2013-02-10 | Add tztime module to support multiple different timezones. | Emil Mikulic | |
2012-12-05 | make SIGUSR1 do nothing, so that killall -USR1 i3status will force an update | Michael Stapelberg | |
Sending SIGUSR1 will interrupt the nanosleep() and thus force a new iteration of i3status’s output loop. The signal handler itself is empty. Based on the question by ttjjss at http://faq.i3wm.org/question/854/how-to-force-status-bar-update/ | |||
2012-10-24 | add good, degraded and bad colors per module | Marcelo Cerri | |
This commit adds support for color_good, color_degraded and color_bad directives per module section in the config file. | |||
2012-10-16 | i3status - More temperature related fixes for OpenBSD, and a general feature | Jasper Lievisse Adriaanse | |
- Temperature sensors can now set a 'max_threshold' value to color the output red if exceeded. - Allow for arbitrary temperature sensors nodes to be selected with 'path' on OpenBSD. | |||
2012-10-03 | update changelog and manpage for 2.6 | Michael Stapelberg | |
2012-08-31 | introduce percentages for all values, document them | Michael Stapelberg | |
2012-08-28 | add additional battery threshold type "percentage" | Simon Elsbrock | |
The battery threshold can now be configured as type "time" or "percentage", but defaults to "time" to prevent unexpected behavior. Also, low_threshold was set to a more reasonable default of 30. | |||
2012-07-09 | clarify the unit of the power consumption and reformat that paragraph | Michael Stapelberg | |
2012-07-09 | Added new feature - consumption - to documentation | Marcel Hellwig | |
2012-05-25 | rename threshold to low_threshold and document it properly | Michael Stapelberg | |
2012-05-25 | colorize battery output if remaining time below threshold | Simon Elsbrock | |
2012-05-04 | Update wrt. recent OpenBSD changes. | Jasper Lievisse Adriaanse | |
2012-05-02 | bump version number | Michael Stapelberg | |
2012-05-02 | manpage: spelling / sentence fixes | Michael Stapelberg | |
2012-05-02 | manpage: remove paragraph about version 2, that’s outdated by now | Michael Stapelberg | |
2012-04-30 | document the i3bar output format in the manpage | Michael Stapelberg | |
2012-04-26 | Added %emptytime to the battery part | Thorsten Töpper | |
2012-03-17 | add "exit 1" to example shell script. | Stefan Breunig | |
This will make the script exit if i3bar has been killed or has crashed instead of continuing to run in the background. | |||
2012-02-24 | add a section to the manpage explaining why we don’t want RAM usage etc. | Michael Stapelberg | |
2012-01-02 | use the actual default format string for run_watch | Michael Stapelberg | |
2012-01-02 | Add a "format" example for run_watch | theo | |
Signed-off-by: theo <theocrite@theocrite.org> | |||
2011-12-27 | bump version in i3status.man | Michael Stapelberg | |
2011-11-26 | man/i3status.man: Fix indention (Thanks sur5r) | Michael Stapelberg | |
2011-11-26 | battery: implement "path" option for batteries with non-standard paths | Michael Stapelberg | |
2011-10-30 | manpage: remove the obsolete i3bar -d invocation | Michael Stapelberg | |
2011-10-10 | Don’t use a default setting for 'order' | Michael Stapelberg | |
This will make i3status depend on a useful configuration file (so /etc/i3status.conf has to be installed) to actually output anything. However, it fixes a very common error: people edit their i3status.conf and don’t get that the first order directive has to use =, not +=. Since order is now empty by default, you can use += everywhere. | |||
2011-10-03 | Fix the default value for the load, also the manpage description (Thanks XTaran) | Michael Stapelberg | |
2011-09-05 | doc fix: the load supports %1min, not %10min in the format (Thanks zendeavor) | Michael Stapelberg | |
2011-08-25 | s/while [ 1 ]/while :/ (Thanks cls) | Michael Stapelberg | |
2011-08-25 | manpage: add example for using external scripts/programs with i3status | Michael Stapelberg | |
2011-07-19 | update manpage, bump version, update copyrights, sync authors list | Michael Stapelberg | |
2011-07-13 | manpage: fix config paths | Michael Stapelberg | |
2011-05-08 | manpage: give a better example of the color_good option (Thanks Kamila) | Michael Stapelberg | |
2011-05-06 | Fix trailing whitespaces, document cpu_usage in manpage | Michael Stapelberg | |
2011-01-06 | document the path option in sample config | Michael Stapelberg | |
2011-01-06 | manpage: fix sample config (ethernet module) | Felix Kaiser | |
2010-10-24 | More sensible lookup order loading the config. | Fernando Tarlá Cardoso Lemos | |
2010-09-23 | manpage: fix example for xmobar/dzen22.2 | Michael Stapelberg | |
2010-09-23 | port support for xdg basedir and some makefile fixes from i3 | Michael Stapelberg | |
2010-09-22 | Bump version in manpage | Michael Stapelberg | |
2010-09-22 | Implement displaying the wireless connection speed (Thanks Felicitus) | Michael Stapelberg | |
Based on a patch by Felicitus. | |||
2010-07-20 | Implement ALSA volume support | Michael Stapelberg | |
2010-07-04 | Updated the manual page with the color_* directives. | Fernando Tarlá Cardoso Lemos | |
2010-06-25 | disk_info: implement %avail | Mirko Augsburger | |
2010-06-19 | Implemented a ddate-module | Axel Wagner | |
2010-06-08 | s/systemcalls/system calls | Michael Stapelberg | |
2010-04-10 | update changelog | Michael Stapelberg | |