mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Only utilize the configured outputs
This commit is contained in:
parent
5c9ad035db
commit
e5e8094dc3
4 changed files with 59 additions and 13 deletions
|
|
@ -31,7 +31,7 @@ struct swaybar_output {
|
|||
struct zwlr_layer_surface_v1 *layer_surface;
|
||||
|
||||
char *name;
|
||||
int idx;
|
||||
size_t index;
|
||||
bool focused;
|
||||
|
||||
uint32_t width, height;
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ struct box_colors {
|
|||
struct config_output {
|
||||
struct wl_list link;
|
||||
char *name;
|
||||
size_t index;
|
||||
};
|
||||
|
||||
struct swaybar_config {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue