diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2009-10-11 23:27:26 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2009-10-11 23:27:26 +0200 |
commit | 783707906c102c6b30f18a3837cec523974b882c (patch) | |
tree | 4df9f8d993637a5042ac6570cd30d52558633d88 /i3status.h | |
parent | f947d0a446b1b99020722cbc71127fc0c06086b2 (diff) |
Implement disk info (%free/%used/%total)
Diffstat (limited to 'i3status.h')
-rw-r--r-- | i3status.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ char *color(const char *colorstr); char *endcolor() __attribute__ ((pure)); void print_ipv6_info(const char *format); +void print_disk_info(const char *path, const char *format); void print_battery_info(int number, const char *format); void print_time(const char *format); const char *get_ip_addr(); |