From 7ab9167536e4ca0ccb5c5a797e693c484e0456d6 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 13 Jul 2011 03:27:57 +0200 Subject: magic: try to auto-detect output_format by default (dzen2/i3bar/xmobar) --- include/i3status.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/i3status.h') 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); -- cgit v1.2.3