Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-03 | use format_placeholder for disk.info | Felix Buehler | |
2019-01-23 | Switch to autotools (#316) | Michael Stapelberg | |
2018-11-08 | Read /proc/mounts if /etc/mtab can't be read | eplanet | |
2018-07-13 | able to print percentage | Felix Buehler | |
its now possible to have percentage before and after a variable. except for the date. But percentage with dates does not make much sense to me, so i skipped it. | |||
2018-06-20 | Fix use of undefined macro __OpenBSD__ | Olivier Gayot | |
Compiling on Linux with -Wundef produces the following warning: warning: "__OpenBSD__" is not defined, evaluates to 0 [-Wundef] Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2017-03-10 | disk: don't remove trailing slash if path is a single character | Kenneth Lyons | |
2017-03-08 | disk: sanitize trailing slashes | Michael Stapelberg | |
fixes #200 | |||
2016-11-15 | Add 'format_below_threshold' option for 'disk' module | Mihai Coman | |
Add 'format_above_threshold' option for 'cpu_temperature' module Add 'format_above_threshold' option for 'cpu_usage' module Add 'format_above_threshold' option for 'load' module | |||
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-08-14 | Make print_disk_info, print_eth_info and print_wireless_info compile on ↵ | Tommie Gannert | |
NetBSD without warnings. | |||
2016-01-12 | Bugfix: check that format_not_mounted is not NULL before using it | Michael Stapelberg | |
This issue was introduced with commit 75a83574. fixes #92 | |||
2015-10-04 | Added support for lemonbar | Brendan Van Hook | |
2015-07-06 | Add ifdef to compile print_disk_info on Mac | Alexis Hildebrandt | |
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-03-25 | Fix build on FreeBSD | Baptiste Daroussin | |
2015-03-16 | clang-format-3.5 -i **/*.[ch], update modeline | Michael Stapelberg | |
From here on, we’ll use clang-format to automatically format the source. This has worked well in i3, so we are introducing it for i3status. | |||
2015-02-22 | removing Yoda-Style | Christian Kohlstedde | |
adding some words in the manpage | |||
2015-02-18 | Adding optional configuration option to "print_disk_info". | Christian Kohlstedde | |
2015-02-18 | Excluding the code on BSD systems. | Christian Kohlstedde | |
2015-02-18 | Make the code more readable. | Christian Kohlstedde | |
2015-02-18 | Modify print_disk_info. Now there is no output if the path is no mountpoint. | Christian Kohlstedde | |
2014-03-12 | Unify use of string comparisons | Mats | |
* strncmp(s1, s2, strlen(s2)) → BEGINS_WITH(s1, s2) * strncmp(s1, s2, strlen(s1)) → strcmp(s1, s2) * Prefer case-insensitive comparison for options | |||
2014-03-09 | disk: Colorize output when below given threshold | Mats | |
New disk module options: * threshold_type: ^(percentage|[kmgt]?bytes)_(free|avail)$ * low_threshold: <double> fixes #912 | |||
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) | |||
2012-11-15 | DragonFlyBSD support added | Scott Tincman | |
2012-08-31 | introduce percentages for all values, document them | Michael Stapelberg | |
2012-08-31 | adding percentage format string for disk info module | gereon | |
explicit cast to double, changed format string to percentage | |||
2012-04-29 | Fix disk usage on OpenBSD. | Jasper Lievisse Adriaanse | |
2012-04-08 | add yajl compat code | Michael Stapelberg | |
2012-03-25 | Properly output JSON with libyajl | Michael Stapelberg | |
2012-02-16 | Implement the i3bar JSON protocol | Michael Stapelberg | |
This hardcodes all the JSON parts. Strings are not properly escaped currently. The best/easiest way to fix this is by actually using libyajl. | |||
2011-12-09 | FreeBSD: fix disk usage print | Baptiste Daroussin | |
2010-06-25 | disk_info: implement %avail | Mirko Augsburger | |
2010-01-10 | disk: also round when printing TB (Thanks Merovius) | Michael Stapelberg | |
2009-10-16 | Bugfix: Cast the integers to uint64_t *before* multiplying (Thanks msi) | Michael Stapelberg | |
This fixes problems on 32-bit computers. | |||
2009-10-12 | Cleanup disk "module" | Michael Stapelberg | |
2009-10-11 | Implement disk info (%free/%used/%total) | Michael Stapelberg | |