summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)Author
2020-03-29add more specificity to describe color_degraded and color_badMohammed Ismail Ansari
2020-02-10add wireless format-optionsFelix Buehler
2019-11-16Introduce format_percentage for battery (#371)grmat
Allow custom output, backwards-compatible to integer_battery_capacity
2019-10-26Introduce memory options 'unit' and 'decimals'MK13
Previously the format placeholders were auto-converted to the maximum possible unit, e.g. /proc/meminfo reports MemTotal of 16307104kB which will get converted to 15.6GiB. It is now possible to specifiy the target unit, e.g. Mi, which will be used for the conversion - in the example it would lead to 15924.9MiB. The resulting number can now be further formatted via the decimal option. It allows to specify the number of decimals to use, e.g. 15.6GiB vs. 15GiB or 15924.9MiB vs. 15925MiB.
2019-06-30release v2.132.13Michael Stapelberg
2019-02-21Added function to print content from file (#331)Dennis Vesterlund
Added a function to print file contents to status bar without newlines. Added tests for print file contents function Added manpage entry for file contents
2019-01-23Switch to autotools (#316)Michael Stapelberg
2019-01-23Implement %devicename specifier for volume module (#325)Denton Liu
This commit implements the %devicename specifier for the volume module for both PulseAudio and ALSA. This way, i3status will be able to display the specific device that corresponds to the volume indicator. Note that this is not implemented for the OSS API but is left in a state where someone can pick it up for the future.
2018-11-15Corrections according to PR revieweplanet
2018-11-10Add timezone switcheplanet
2018-10-18man: fix typo for max_threshold in loadGaël PORTAY
Floating values use a dot (not a comma). Fixes: invalid floating point value for option 'max_threshold'
2018-07-07fix min_width docFelix Buehler
2018-06-30forgot to remove memory discussion from man page (it is implemented)Felix Buehler
2018-06-29Merge pull request #292 from Stunkymonkey/format_qualityIngo Bürk
add format_quality option in wireless
2018-06-29add format_quality option in wirelessFelix Buehler
2018-06-29Merge pull request #293 from Stunkymonkey/hide_seconds_batteryIngo Bürk
hide seconds in battery by default
2018-06-29hide seconds in battery by defaultFelix Buehler
2018-06-25Stop requiring CAP_NET_ADMINOlivier 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-14Fix man typoeplanet
2018-05-22Merge pull request #282 from Stunkymonkey/mem-supportIngo Bürk
fix wrong memory-documentation
2018-05-22fix wrong memory-documentationFelix Buehler
2018-05-19Merge pull request #270 from Stunkymonkey/mem-supportIngo Bürk
initial support of memory-usage for linux
2018-05-11release v2.122.12Michael Stapelberg
2018-05-04Simplify the memory thresholdsBenedikt Heine
2018-04-11Implement support for memory-usage on LinuxFelix Buehler
2018-03-27Merge pull request #251 from tomaskrizek/man-eth-wireless-formatIngo Bürk
man: explicitly use format_up/format_down in ethernet, wireless conf
2018-02-02Remove SLOC comment from man pageTyler Brazier
This changed happened for the readme in 73620dc876d7f76b9a6771048c5ad0ade94e5bd7
2017-12-11Add IPv6 address when IPv4 isn't available (#247)Emeric Planet
2017-12-09Fixed minor typosGuyOfThePery
"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-03man: explicitly use format_up/format_down in ethernet, wireless confTomas 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-26Multiple 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-21release v2.112.11Michael Stapelberg
2017-01-21man: fix spelling errorsMichael Stapelberg
2017-01-21man: switch link to directly go to githubMichael Stapelberg
2016-11-19Adding documentation for PR #179 (#182)eplanet
2016-10-24Setting 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-14pulse device may be specified by name (#126) (#162)Watcom
2016-08-28Implement 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-16Print 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-30Merge pull request #139 from Gjum/wb-colored-cpu-usageMichael Stapelberg
Add CPU usage color thresholds
2016-07-27change default cpu_usage thresholds to 90 and 95Gjum
2016-06-30Manpage subsection TzTime: Example config now matches to the context (#134)Bandie Yip Kojote
2016-06-15Default configuration paths ordered the same way as i3. Fixes #129 (#130)eplanet
2016-04-13Add CPU usage color thresholdsMark 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-21Added status_unk to battery_infoeoin
2016-03-11Fixed link to contrib in man page.Kenneth Lyons
2016-01-31add separator and separator_block_width as universal module optionsjohannes karoff
fixes #104
2016-01-12give more descriptive symbols to battery formatBenedikt Heine
2016-01-01release v2.102.10Michael Stapelberg
2015-12-04Added support for Pango markup.Kenneth Lyons