Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-08 | Add hide_seconds option | Iakov Davydov | |
fixes: #1134 | |||
2014-01-06 | Add a format_down example for battery | Wieland Hoffmann | |
2014-01-06 | man: Add a missing colon | Wieland Hoffmann | |
2014-01-05 | manpage: update version number2.8 | Michael Stapelberg | |
2013-12-10 | disk: Distinguish between IEC, SI and custom prefixes | Mats | |
* IEC: Ki, Mi, Gi, Ti (powers of 1024) * SI: k, M, G, T (powers of 1000) * custom: K, M, G, T (powers of 1024) | |||
2013-11-22 | Add support for path_exists directive. | Kinware AB | |
2013-11-18 | document format_muted in the manpage | Michael Stapelberg | |
2013-07-19 | Add example path for CPU temperature | Jan-Erik Rediger | |
2013-07-09 | manpage: update example for load’s max_threshold | Michael Stapelberg | |
2013-05-19 | Implement term-output-format | Axel Wagner | |
2013-05-04 | manpage: be more explicit about the path option | Michael Stapelberg | |
2013-03-19 | man: mention i3bar in the description (Thanks andi) | Michael Stapelberg | |
2013-03-19 | Support mixer_idx with OSS | Baptiste Daroussin | |
make mixer_idx load the default mixer | |||
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-29 | Allow overriding of a2x in the environment; as it may also be installed as ↵ | Jasper Lievisse Adriaanse | |
a2x.py | |||
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-12-27 | bump version2.4 | 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 | |