]> git.sur5r.net Git - i3/i3status/blobdiff - config.h
Add manpage, ignore spaces in tokens, introduce interval
[i3/i3status] / config.h
index 1ed01767871d96ccb0fa7245e3b3e3d7ab4d8b87..3e018a4486ed786fbdffbfe1ced597c6f72c3735 100644 (file)
--- a/config.h
+++ b/config.h
@@ -15,6 +15,7 @@ extern const char **run_watches;
 extern unsigned int num_run_watches;
 extern const char *wmii_normcolors;
 extern const char order[MAX_ORDER][2];
+extern int interval;
 
 extern bool use_colors;
 #endif