Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-15 | Corrections according to PR review | eplanet | |
2018-11-10 | Add timezone switch | eplanet | |
2018-10-18 | man: fix typo for max_threshold in load | Gaël PORTAY | |
Floating values use a dot (not a comma). Fixes: invalid floating point value for option 'max_threshold' | |||
2018-07-07 | fix min_width doc | Felix Buehler | |
2018-06-30 | forgot to remove memory discussion from man page (it is implemented) | Felix Buehler | |
2018-06-29 | Merge pull request #292 from Stunkymonkey/format_quality | Ingo Bürk | |
add format_quality option in wireless | |||
2018-06-29 | add format_quality option in wireless | Felix Buehler | |
2018-06-29 | Merge pull request #293 from Stunkymonkey/hide_seconds_battery | Ingo Bürk | |
hide seconds in battery by default | |||
2018-06-29 | hide seconds in battery by default | Felix Buehler | |
2018-06-25 | Stop requiring CAP_NET_ADMIN | Olivier Gayot | |
Since the following commit in the Linux kernel tree 0fdc100bdc4b ethtool: allow non-netadmin to query settings it is no longer necessary to have the CAP_NET_ADMIN capability to query a device speed using ioctl(..., SIOCETHTOOL) in conjonction with the ETHTOOL_GSET ethtool command. The mentioned commit landed first in the 2.6.37 version of the Kernel. This version is no longer maintained nowdays. Since it is not necessary anymore, it is strongly prefered from a security standpoint to drop the CAP_NET_ADMIN capability from the binary. Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2018-06-14 | Fix man typo | eplanet | |
2018-05-22 | Merge pull request #282 from Stunkymonkey/mem-support | Ingo Bürk | |
fix wrong memory-documentation | |||
2018-05-22 | fix wrong memory-documentation | Felix Buehler | |
2018-05-19 | Merge pull request #270 from Stunkymonkey/mem-support | Ingo Bürk | |
initial support of memory-usage for linux | |||
2018-05-11 | release v2.122.12 | Michael Stapelberg | |
2018-05-04 | Simplify the memory thresholds | Benedikt Heine | |
2018-04-11 | Implement support for memory-usage on Linux | Felix Buehler | |
2018-03-27 | Merge pull request #251 from tomaskrizek/man-eth-wireless-format | Ingo Bürk | |
man: explicitly use format_up/format_down in ethernet, wireless conf | |||
2018-02-02 | Remove SLOC comment from man page | Tyler Brazier | |
This changed happened for the readme in 73620dc876d7f76b9a6771048c5ad0ade94e5bd7 | |||
2017-12-11 | Add IPv6 address when IPv4 isn't available (#247) | Emeric Planet | |
2017-12-09 | Fixed minor typos | GuyOfThePery | |
"you can chose" -> "you can choose" "You can either disable the default separator altogether setting it to the empty string." -> " You can also disable the default separator altogether by setting it to the empty string." | |||
2017-12-03 | man: explicitly use format_up/format_down in ethernet, wireless conf | Tomas Krizek | |
Clearly indicate format_up and format_down are used for configuring ethernet and wireless sections instead of format. Signed-off-by: Tomas Krizek <tomas.krizek@mailbox.org> | |||
2017-03-26 | Multiple CPU support for cpu_usage (#209) | eplanet | |
This change addresses the issue #199 asking for multiple CPU support. It takes an arbitrary CPU number and outputs its usage using the same arithmetics as for CPU aggregation. It currently doesn't support FreeBSD. | |||
2017-01-21 | release v2.112.11 | Michael Stapelberg | |
2017-01-21 | man: fix spelling errors | Michael Stapelberg | |
2017-01-21 | man: switch link to directly go to github | Michael Stapelberg | |
2016-11-19 | Adding documentation for PR #179 (#182) | eplanet | |
2016-10-24 | Setting of custom locale in tztime configuration. (#168) | Björn Lindström | |
To be able to show my birth country's time zone in that country's locale, and my local time in my current locale. | |||
2016-09-14 | pulse device may be specified by name (#126) (#162) | Watcom | |
2016-08-28 | Implement aggregates for batteries. | Tommie Gannert | |
Using title number all, this enables aggregates. Note that FreeBSD and OpenBSD previously only reported aggregates, so this is bringing Linux and NetBSD that functionality. Changes the default battery reporting to the aggregate since most users probably don't care about individual batteries. For single-battery systems there should be no change. Fixes one obvious memory leak in NetBSD. | |||
2016-08-16 | Print empty string for not mounted disks. (#148) | eplanet | |
An empty string becomes the default value for format_not_mounted parameter for any disk entry. This avoids printing erroneous values when a filesystem is not mounted. | |||
2016-07-30 | Merge pull request #139 from Gjum/wb-colored-cpu-usage | Michael Stapelberg | |
Add CPU usage color thresholds | |||
2016-07-27 | change default cpu_usage thresholds to 90 and 95 | Gjum | |
2016-06-30 | Manpage subsection TzTime: Example config now matches to the context (#134) | Bandie Yip Kojote | |
2016-06-15 | Default configuration paths ordered the same way as i3. Fixes #129 (#130) | eplanet | |
2016-04-13 | Add CPU usage color thresholds | Mark Schreiber | |
CPU usage had previously not supported the color option. Add support for a "degraded" state above which the degraded color is used, and a higher "bad" state above which the "bad" color is used. One possible use for these might be indicating whether one or all cores are saturated. Unlike the color settings for other, these are set high enough to be disabled by default. This is done because i3status determines CPU usage over only the last display interval, which means that, a user with a low refresh rate might see frequent, potentially-annoying color changes. | |||
2016-03-21 | Added status_unk to battery_info | eoin | |
2016-03-11 | Fixed link to contrib in man page. | Kenneth Lyons | |
2016-01-31 | add separator and separator_block_width as universal module options | johannes karoff | |
fixes #104 | |||
2016-01-12 | give more descriptive symbols to battery format | Benedikt Heine | |
2016-01-01 | release v2.102.10 | Michael Stapelberg | |
2015-12-04 | Added support for Pango markup. | Kenneth Lyons | |
2015-10-04 | Added support for lemonbar | Brendan Van Hook | |
2015-07-06 | Add A2X_FLAGS | Alexis Hildebrandt | |
to be able to optionally skip xmllint, which errors on Mac OS X. | |||
2015-05-29 | Use format_not_mounted if the directory for a disk_info block does not exist. | Ingo Bürk | |
This is useful for dynamically mounted devices like thumb drives that get mounted into a directory such as '/media/$UID/$NAME'. fixes #33 | |||
2015-04-03 | Merge pull request #7 from Watcom/master | Michael Stapelberg | |
PulseAudio support for volume input | |||
2015-04-03 | PulseAudio support for volume input | Watcom Hecht | |
2015-04-02 | Merge pull request #17 from chrko/format_down | Michael Stapelberg | |
Adding format_down option to path_exists and run_watch | |||
2015-04-02 | Adding the option "format_down" to path_exists and run_watch. | Christian Kohlstedde | |
This fixes #1. | |||
2015-04-02 | Fix spacing | Hendrik R | |