Age | Commit message (Expand) | Author | Files | Lines |
2018-07-13 | able to print percentage | Felix Buehler | 1 | -17/+11 |
2018-06-20 | Fix use of undefined macro __OpenBSD__ | Olivier Gayot | 1 | -1/+1 |
2017-03-10 | disk: don't remove trailing slash if path is a single character | Kenneth Lyons | 1 | -1/+1 |
2017-03-08 | disk: sanitize trailing slashes | Michael Stapelberg | 1 | -1/+5 |
2016-11-15 | Add 'format_below_threshold' option for 'disk' module | Mihai Coman | 1 | -15/+18 |
2016-08-16 | Print empty string for not mounted disks. (#148) | eplanet | 1 | -4/+6 |
2016-08-14 | Make print_disk_info, print_eth_info and print_wireless_info compile on NetBS... | Tommie Gannert | 1 | -0/+6 |
2016-01-12 | Bugfix: check that format_not_mounted is not NULL before using it | Michael Stapelberg | 1 | -1/+3 |
2015-10-04 | Added support for lemonbar | Brendan Van Hook | 1 | -4/+4 |
2015-07-06 | Add ifdef to compile print_disk_info on Mac | Alexis Hildebrandt | 1 | -3/+3 |
2015-05-29 | Use format_not_mounted if the directory for a disk_info block does not exist. | Ingo Bürk | 1 | -4/+5 |
2015-03-25 | Fix build on FreeBSD | Baptiste Daroussin | 1 | -1/+2 |
2015-03-16 | clang-format-3.5 -i **/*.[ch], update modeline | Michael Stapelberg | 1 | -135/+135 |
2015-02-22 | removing Yoda-Style | Christian Kohlstedde | 1 | -1/+1 |
2015-02-18 | Adding optional configuration option to "print_disk_info". | Christian Kohlstedde | 1 | -14/+14 |
2015-02-18 | Excluding the code on BSD systems. | Christian Kohlstedde | 1 | -1/+1 |
2015-02-18 | Make the code more readable. | Christian Kohlstedde | 1 | -3/+3 |
2015-02-18 | Modify print_disk_info. Now there is no output if the path is no mountpoint. | Christian Kohlstedde | 1 | -0/+20 |
2014-03-12 | Unify use of string comparisons | Mats | 1 | -2/+2 |
2014-03-09 | disk: Colorize output when below given threshold | Mats | 1 | -1/+59 |
2013-12-10 | disk: Distinguish between IEC, SI and custom prefixes | Mats | 1 | -20/+34 |
2012-11-15 | DragonFlyBSD support added | Scott Tincman | 1 | -2/+2 |
2012-08-31 | introduce percentages for all values, document them | Michael Stapelberg | 1 | -4/+19 |
2012-08-31 | adding percentage format string for disk info module | gereon | 1 | -0/+5 |
2012-04-29 | Fix disk usage on OpenBSD. | Jasper Lievisse Adriaanse | 1 | -2/+2 |
2012-04-08 | add yajl compat code | Michael Stapelberg | 1 | -0/+1 |
2012-03-25 | Properly output JSON with libyajl | Michael Stapelberg | 1 | -17/+17 |
2012-02-16 | Implement the i3bar JSON protocol | Michael Stapelberg | 1 | -0/+6 |
2011-12-09 | FreeBSD: fix disk usage print | Baptiste Daroussin | 1 | -0/+13 |
2010-06-25 | disk_info: implement %avail | Mirko Augsburger | 1 | -0/+5 |
2010-01-10 | disk: also round when printing TB (Thanks Merovius) | Michael Stapelberg | 1 | -1/+1 |
2009-10-16 | Bugfix: Cast the integers to uint64_t *before* multiplying (Thanks msi) | Michael Stapelberg | 1 | -3/+3 |
2009-10-12 | Cleanup disk "module" | Michael Stapelberg | 1 | -6/+7 |
2009-10-11 | Implement disk info (%free/%used/%total) | Michael Stapelberg | 1 | -0/+67 |