aboutsummaryrefslogtreecommitdiff
path: root/src/print_disk_info.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-15DragonFlyBSD support addedScott Tincman1-2/+2
2012-08-31introduce percentages for all values, document themMichael Stapelberg1-4/+19
2012-08-31adding percentage format string for disk info modulegereon1-0/+5
explicit cast to double, changed format string to percentage
2012-04-29Fix disk usage on OpenBSD.Jasper Lievisse Adriaanse1-2/+2
2012-04-08add yajl compat codeMichael Stapelberg1-0/+1
2012-03-25Properly output JSON with libyajlMichael Stapelberg1-17/+17
2012-02-16Implement the i3bar JSON protocolMichael Stapelberg1-0/+6
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-09FreeBSD: fix disk usage printBaptiste Daroussin1-0/+13
2010-06-25disk_info: implement %availMirko Augsburger1-0/+5
2010-01-10disk: also round when printing TB (Thanks Merovius)Michael Stapelberg1-1/+1
2009-10-16Bugfix: Cast the integers to uint64_t *before* multiplying (Thanks msi)Michael Stapelberg1-3/+3
This fixes problems on 32-bit computers.
2009-10-12Cleanup disk "module"Michael Stapelberg1-6/+7
2009-10-11Implement disk info (%free/%used/%total)Michael Stapelberg1-0/+67