Make single bar handle multiple outputs

This commit is contained in:
Mikkel Oscar Lyderik 2016-02-22 17:27:17 +01:00
parent e19e32cf81
commit 6d57f03028
7 changed files with 160 additions and 71 deletions

View file

@ -4,6 +4,8 @@
#include <stdint.h>
#include <stdbool.h>
#include "list.h"
/**
* Colors for a box with background, border and text colors.
*/
@ -25,6 +27,7 @@ struct config {
bool strip_workspace_numbers;
bool binding_mode_indicator;
bool workspace_buttons;
list_t *outputs;
int height;