Add bar height option (Airblader/i3)

This commit is contained in:
Mikkel Oscar Lyderik 2015-12-15 14:05:42 +01:00
parent b76acbaf4f
commit 6834a33290
4 changed files with 22 additions and 3 deletions

View file

@ -92,7 +92,7 @@ struct bar_config {
list_t *bindings;
char *status_command;
char *font;
int bar_height;
int height; // -1 not defined
int tray_padding;
bool workspace_buttons;
bool strip_workspace_numbers;