diff options
author | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2015-10-04 21:01:49 +0200 |
---|---|---|
committer | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2015-10-04 21:01:49 +0200 |
commit | 974f95702efbf1ae15882777d191c7fde99bfb9b (patch) | |
tree | b17acf7436a8b9de6c6d27aa4d82f01f6b8821aa /include/i3status.h | |
parent | f3125fdfded91144cb9f5b9ea3bf406598f17321 (diff) | |
parent | a13b2e7288e943359ccb37be86efb716efbe98c8 (diff) |
Merge pull request #68 from bsvh/master
Added support for lemonbar
Diffstat (limited to 'include/i3status.h')
-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> |