fix: make waybar launch on multiple monitors

This commit is contained in:
Glen Goodwin 2023-06-10 18:46:37 -04:00
parent 054fc7b002
commit bc2ff0afea

View file

@ -95,9 +95,9 @@
layer = "top"; layer = "top";
position = "top"; position = "top";
height = 16; height = 16;
output = [ # output = [
"${mainMonitor}" # "${mainMonitor}"
]; # ];
tray = { spacing = 5; }; tray = { spacing = 5; };
#modules-center = [ "clock" ]; #modules-center = [ "clock" ];
modules-left = with config; modules-left = with config;