diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2011-07-13 03:27:57 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2011-07-13 03:27:57 +0200 |
commit | 7ab9167536e4ca0ccb5c5a797e693c484e0456d6 (patch) | |
tree | 26a60cb557cb4719dc429e3c157dd8790fa76451 /include | |
parent | a46984d06ccc234d07ced0bda80fa8d6f3f21076 (diff) |
magic: try to auto-detect output_format by default (dzen2/i3bar/xmobar)
Diffstat (limited to 'include')
-rw-r--r-- | include/i3status.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/i3status.h b/include/i3status.h index ae1983c..125ca55 100644 --- a/include/i3status.h +++ b/include/i3status.h @@ -59,6 +59,9 @@ void print_seperator(); char *color(const char *colorstr); char *endcolor() __attribute__ ((pure)); +/* src/auto_detect_format.c */ +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); |