summaryrefslogtreecommitdiff
path: root/include/i3status.h
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2011-07-13 03:27:57 +0200
committerMichael Stapelberg <michael@stapelberg.de>2011-07-13 03:27:57 +0200
commit7ab9167536e4ca0ccb5c5a797e693c484e0456d6 (patch)
tree26a60cb557cb4719dc429e3c157dd8790fa76451 /include/i3status.h
parenta46984d06ccc234d07ced0bda80fa8d6f3f21076 (diff)
magic: try to auto-detect output_format by default (dzen2/i3bar/xmobar)
Diffstat (limited to 'include/i3status.h')
-rw-r--r--include/i3status.h3
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);