diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2011-11-26 18:26:38 +0000 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2011-11-26 18:26:38 +0000 |
commit | 3471ff39f865a450444774237c435bceaaac1c01 (patch) | |
tree | 1a2a09adfd1a2b7fa01c873d0b899c5481ee6d73 /include/i3status.h | |
parent | 40012ed7c62f72f97a183bf72e80c137426d8791 (diff) |
battery: implement "path" option for batteries with non-standard paths
Diffstat (limited to 'include/i3status.h')
-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 125ca55..a54208f 100644 --- a/include/i3status.h +++ b/include/i3status.h @@ -64,7 +64,7 @@ char *auto_detect_format(); void print_ipv6_info(const char *format_up, const char *format_down); void print_disk_info(const char *path, const char *format); -void print_battery_info(int number, const char *format, bool last_full_capacity); +void print_battery_info(int number, const char *path, const char *format, bool last_full_capacity); void print_time(const char *format, struct tm *current_tm); void print_ddate(const char *format, struct tm *current_tm); const char *get_ip_addr(); |