summaryrefslogtreecommitdiff
path: root/man/i3status.man
AgeCommit message (Collapse)Author
2013-02-22Add colorized output for load avgRaphael Michel
2013-02-14Added option to show battery capacity without decimalsJulien Lequertier
2013-02-10Add tztime module to support multiple different timezones.Emil Mikulic
2012-12-05make SIGUSR1 do nothing, so that killall -USR1 i3status will force an updateMichael 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-24add good, degraded and bad colors per moduleMarcelo Cerri
This commit adds support for color_good, color_degraded and color_bad directives per module section in the config file.
2012-10-16i3status - More temperature related fixes for OpenBSD, and a general featureJasper 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-03update changelog and manpage for 2.6Michael Stapelberg
2012-08-31introduce percentages for all values, document themMichael Stapelberg
2012-08-28add 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-09clarify the unit of the power consumption and reformat that paragraphMichael Stapelberg
2012-07-09Added new feature - consumption - to documentationMarcel Hellwig
2012-05-25rename threshold to low_threshold and document it properlyMichael Stapelberg
2012-05-25colorize battery output if remaining time below thresholdSimon Elsbrock
2012-05-04Update wrt. recent OpenBSD changes.Jasper Lievisse Adriaanse
2012-05-02bump version numberMichael Stapelberg
2012-05-02manpage: spelling / sentence fixesMichael Stapelberg
2012-05-02manpage: remove paragraph about version 2, that’s outdated by nowMichael Stapelberg
2012-04-30document the i3bar output format in the manpageMichael Stapelberg
2012-04-26Added %emptytime to the battery partThorsten Töpper
2012-03-17add "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-24add a section to the manpage explaining why we don’t want RAM usage etc.Michael Stapelberg
2012-01-02use the actual default format string for run_watchMichael Stapelberg
2012-01-02Add a "format" example for run_watchtheo
Signed-off-by: theo <theocrite@theocrite.org>
2011-12-27bump version in i3status.manMichael Stapelberg
2011-11-26man/i3status.man: Fix indention (Thanks sur5r)Michael Stapelberg
2011-11-26battery: implement "path" option for batteries with non-standard pathsMichael Stapelberg
2011-10-30manpage: remove the obsolete i3bar -d invocationMichael Stapelberg
2011-10-10Don’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-03Fix the default value for the load, also the manpage description (Thanks XTaran)Michael Stapelberg
2011-09-05doc fix: the load supports %1min, not %10min in the format (Thanks zendeavor)Michael Stapelberg
2011-08-25s/while [ 1 ]/while :/ (Thanks cls)Michael Stapelberg
2011-08-25manpage: add example for using external scripts/programs with i3statusMichael Stapelberg
2011-07-19update manpage, bump version, update copyrights, sync authors listMichael Stapelberg
2011-07-13manpage: fix config pathsMichael Stapelberg
2011-05-08manpage: give a better example of the color_good option (Thanks Kamila)Michael Stapelberg
2011-05-06Fix trailing whitespaces, document cpu_usage in manpageMichael Stapelberg
2011-01-06document the path option in sample configMichael Stapelberg
2011-01-06manpage: fix sample config (ethernet module)Felix Kaiser
2010-10-24More sensible lookup order loading the config.Fernando Tarlá Cardoso Lemos
2010-09-23manpage: fix example for xmobar/dzen22.2Michael Stapelberg
2010-09-23port support for xdg basedir and some makefile fixes from i3Michael Stapelberg
2010-09-22Bump version in manpageMichael Stapelberg
2010-09-22Implement displaying the wireless connection speed (Thanks Felicitus)Michael Stapelberg
Based on a patch by Felicitus.
2010-07-20Implement ALSA volume supportMichael Stapelberg
2010-07-04Updated the manual page with the color_* directives.Fernando Tarlá Cardoso Lemos
2010-06-25disk_info: implement %availMirko Augsburger
2010-06-19Implemented a ddate-moduleAxel Wagner
2010-06-08s/systemcalls/system callsMichael Stapelberg
2010-04-10update changelogMichael Stapelberg
2010-04-06ipv6: update manpageChristian Dietrich