]> git.sur5r.net Git - i3/i3status/commit
disk: Distinguish between IEC, SI and custom prefixes
authorMats <d912e3@gmail.com>
Thu, 5 Dec 2013 21:12:17 +0000 (22:12 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 10 Dec 2013 20:18:14 +0000 (21:18 +0100)
commit596f2264f4bc3d50da425873a7941b4de99afcb8
treed13fe8635b85515f40bb4d8033f7c802258aff80
parent717484184f6e8a3bb38f50cc6fbe4fbfb3544cd9
disk: Distinguish between IEC, SI and custom prefixes

* IEC: Ki, Mi, Gi, Ti (powers of 1024)
* SI: k, M, G, T (powers of 1000)
* custom: K, M, G, T (powers of 1024)
i3status.c
include/i3status.h
man/i3status.man
src/print_disk_info.c