mirror of
https://github.com/swaywm/sway.git
synced 2026-03-03 01:41:03 -05:00
Make single bar handle multiple outputs
This commit is contained in:
parent
e19e32cf81
commit
6d57f03028
7 changed files with 160 additions and 71 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue