display waybar on all monitors

removed the output = [] array from home-manager/waybar.nix as it was
preventing replugged monitors from displaying waybar, since their id
(DP-XX) changes when being replugged
This commit is contained in:
Gabriella Bere 2025-01-06 22:38:15 +00:00
parent 38ff4ee9a8
commit e20ad6341f
2 changed files with 10 additions and 5 deletions

View file

@ -14,11 +14,6 @@
layer = "top";
position = "top";
height = 30;
output = [
"eDP-2"
"DP-2"
"DP-3"
];
modules-left = [ "wlr/taskbar" ];
modules-center = [
"clock"