Only utilize the configured outputs

This commit is contained in:
Drew DeVault 2018-03-29 00:07:35 -04:00
parent 5c9ad035db
commit e5e8094dc3
4 changed files with 59 additions and 13 deletions

View file

@ -14,6 +14,7 @@ struct box_colors {
struct config_output {
struct wl_list link;
char *name;
size_t index;
};
struct swaybar_config {