i3bar: Add current binding mode indicator

This commit is contained in:
Pavel Löbl
2012-11-10 13:41:39 +01:00
committed by Michael Stapelberg
parent 773654dbb8
commit 6148136e7c
6 changed files with 242 additions and 3 deletions

View File

@ -118,4 +118,10 @@ void draw_bars(bool force_unhide);
*/
void redraw_bars(void);
/*
* Set the current binding mode
*
*/
void set_current_mode(struct mode *mode);
#endif