non important commit

This commit is contained in:
benstrb 2026-01-31 10:48:21 +01:00
parent 3b403e6eed
commit 32694a9360

View file

@ -2,31 +2,30 @@
programs.waybar = { programs.waybar = {
enable = true; enable = true;
settings = { settings = {
mainBar = {
layer = "top";
position = "top";
height = 20;
mainBar = { output = [
layer = "top"; "DVI-I-1"
position = "top"; "HDMI-0"
height = 20; ];
};
output = [ modules-left = ["niri/workspaces"];
"DVI-I-1" modules-right = ["clock"];
"HDMI-0"
];
};
modules-left = ["niri/workspaces"]; "niri/workspaces" = {
modules-right = ["clock"]; disable-scroll = true;
all-outputs = true;
};
"niri/workspaces" = { "clock" = {
disable-scroll = true; interval = 1;
all-outputs = true; format = "{:%H:%M} ";
}; };
};
"clock" = {
interval = 1;
format = "{:%H:%M} ";
}
};
}; };
} }