aboutsummaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)AuthorFilesLines
2018-05-22fix wrong memory-documentationFelix Buehler1-2/+2
2018-05-04Simplify the memory thresholdsBenedikt Heine1-32/+31
2018-04-11Implement support for memory-usage on LinuxFelix Buehler1-0/+48
2018-02-02Remove SLOC comment from man pageTyler Brazier1-7/+6
This changed happened for the readme in 73620dc876d7f76b9a6771048c5ad0ade94e5bd7
2017-12-11Add IPv6 address when IPv4 isn't available (#247)Emeric Planet1-2/+3
2017-12-09Fixed minor typosGuyOfThePery1-3/+3
"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-03-26Multiple CPU support for cpu_usage (#209)eplanet1-2/+5
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.11Michael Stapelberg2-2/+2
2017-01-21man: fix spelling errorsMichael Stapelberg1-2/+2
2017-01-21man: switch link to directly go to githubMichael Stapelberg1-1/+1
2016-11-19Adding documentation for PR #179 (#182)eplanet1-5/+24
2016-10-24Setting of custom locale in tztime configuration. (#168)Björn Lindström1-0/+3
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)Watcom1-4/+17
2016-08-28Implement aggregates for batteries.Tommie Gannert1-2/+10
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)eplanet1-3/+1
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 Stapelberg1-1/+14
Add CPU usage color thresholds
2016-07-27change default cpu_usage thresholds to 90 and 95Gjum1-4/+4
2016-06-30Manpage subsection TzTime: Example config now matches to the context (#134)Bandie Yip Kojote1-1/+2
2016-06-15Default configuration paths ordered the same way as i3. Fixes #129 (#130)eplanet1-4/+4
2016-04-13Add CPU usage color thresholdsMark Schreiber1-1/+14
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_infoeoin1-4/+7
2016-03-11Fixed link to contrib in man page.Kenneth Lyons1-1/+1
2016-01-31add separator and separator_block_width as universal module optionsjohannes karoff1-0/+11
fixes #104
2016-01-12give more descriptive symbols to battery formatBenedikt Heine1-4/+4
2016-01-01release v2.10Michael Stapelberg2-2/+2
2015-12-04Added support for Pango markup.Kenneth Lyons1-0/+19
2015-10-04Added support for lemonbarBrendan Van Hook1-2/+5
2015-07-06Add A2X_FLAGSAlexis Hildebrandt1-1/+2
to be able to optionally skip xmllint, which errors on Mac OS X.
2015-05-29Use format_not_mounted if the directory for a disk_info block does not exist.Ingo Bürk1-1/+1
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-03Merge pull request #7 from Watcom/masterMichael Stapelberg1-7/+28
PulseAudio support for volume input
2015-04-03PulseAudio support for volume inputWatcom Hecht1-7/+28
2015-04-02Merge pull request #17 from chrko/format_downMichael Stapelberg1-1/+5
Adding format_down option to path_exists and run_watch
2015-04-02Adding the option "format_down" to path_exists and run_watch.Christian Kohlstedde1-1/+5
This fixes #1.
2015-04-02Fix spacingHendrik R1-0/+1
2015-03-23Fix typo in battery exampleAlois Mahdal1-1/+1
2015-03-22release v2.9Michael Stapelberg2-2/+2
2015-02-22removing Yoda-StyleChristian Kohlstedde1-0/+5
adding some words in the manpage
2014-12-07support the special interface name _first_ for ethernet/wirelessMichael Stapelberg1-0/+6
Since we have deterministic device names in Linux, these strings are a much better default in the i3status config than "eth0" and "wlan0" (what we used before).
2014-12-03i3status: Support %frequency for wireless interfacesTuomas Tynkkynen1-4/+4
In many public WiFis, the 2.4 GHz wireless band is slow due to congestion, while there is still plenty of bandwidth available on the 5 GHz area. So when debugging wireless issues it's convenient to have i3status display the frequency of the access point that the interface is connected to. This patch adds support for the %frequency tag for wireless interfaces, so for example: format_up = "WLAN: %essid - %quality / %frequency" would result in: "WLAN: eduroam - 074% / 2.4 GHz"
2014-10-07Updated the man page for i3status with information about the new individual ↵Cyril Andreatta1-0/+16
strings that can be used for each battery status.
2014-06-08Clarify color_separator relation to output_formatBas Pape1-1/+2
2014-03-09disk: Colorize output when below given thresholdMats1-0/+14
New disk module options: * threshold_type: ^(percentage|[kmgt]?bytes)_(free|avail)$ * low_threshold: <double> fixes #912
2014-03-07Support align and min_width module optionsMarco Hunsicker1-0/+29
This patch enables users to define "align" and "min_width" options right in the i3status module config sections. Specifically this patch: * Adds macros for the two new options that are used in the option definitions. As the min_width option can take either a string or a number, a custom type has been added along with a corresponding callback function that parses the provided value (and provides input validation). The align option also uses a callback for input validation * Expands all module config option definitions to include the new options * Extends the SEC_CLOSE_MAP() macro to generate the JSON for the new options as necessary * Updates the manpage to explain the new options
2014-03-01i3status: Allow customization of module separatorMarco Hunsicker1-2/+29
This patch adds the ability to customize the separator that is placed between modules. Specifically this patch: * adds the "separator" general directive * moves the definition of the default separator for the different output formats (excluding color formatting) to src/i3status.c * updates the SEC_CLOSE_MAP macro to disable the separator for the i3bar output format if the separator directive dictates so * changes print_seperator() in src/output.c to take a separator parameter in order to disable the output of the separator if the separator is empty and to use the provided separator otherwise * updates the manpage to explain the new directive
2014-02-08Add hide_seconds optionIakov Davydov1-1/+2
fixes: #1134
2014-01-06Add a format_down example for batteryWieland Hoffmann1-0/+2
2014-01-06man: Add a missing colonWieland Hoffmann1-1/+1
2014-01-05manpage: update version numberMichael Stapelberg2-2/+2
2013-12-10disk: Distinguish between IEC, SI and custom prefixesMats1-0/+14
* 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-22Add support for path_exists directive.Kinware AB1-2/+18