fix: make waybar launch on multiple monitors
This commit is contained in:
parent
054fc7b002
commit
bc2ff0afea
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue