diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2011-01-06 18:22:46 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2011-01-06 18:22:46 +0100 |
commit | 4ec02bea7bbe534ef4b610bc63d1694bf0823174 (patch) | |
tree | 7135bc4c587523c1d43aafc832c4df0716c9061f /include | |
parent | 7507a3d03c59d4a94829040f591f4ea08f8f840a (diff) |
implement the 'path' option for cpu temperature
Diffstat (limited to 'include')
-rw-r--r-- | include/i3status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/i3status.h b/include/i3status.h index 0ed0d1f..1bcf86a 100644 --- a/include/i3status.h +++ b/include/i3status.h @@ -66,7 +66,7 @@ void print_ddate(const char *format); const char *get_ip_addr(); void print_wireless_info(const char *interface, const char *format_up, const char *format_down); void print_run_watch(const char *title, const char *pidfile, const char *format); -void print_cpu_temperature_info(int zone, const char *format); +void print_cpu_temperature_info(int zone, const char *path, const char *format); void print_eth_info(const char *interface, const char *format_up, const char *format_down); void print_load(); void print_volume(const char *fmt, const char *device, const char *mixer, int mixer_idx); |