diff options
author | Brendan Van Hook <me@bsvh.me> | 2015-10-02 02:28:53 -0400 |
---|---|---|
committer | Brendan Van Hook <me@bsvh.me> | 2015-10-04 14:52:32 -0400 |
commit | a13b2e7288e943359ccb37be86efb716efbe98c8 (patch) | |
tree | b17acf7436a8b9de6c6d27aa4d82f01f6b8821aa /include | |
parent | f3125fdfded91144cb9f5b9ea3bf406598f17321 (diff) |
Added support for lemonbar
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 024f254..037e154 100644 --- a/include/i3status.h +++ b/include/i3status.h @@ -4,9 +4,12 @@ enum { O_DZEN2, O_XMOBAR, O_I3BAR, + O_LEMONBAR, O_TERM, O_NONE } output_format; +char *pct_mark; + #include <stdbool.h> #include <confuse.h> #include <time.h> |