non important commit

This commit is contained in:
benstrb 2026-01-31 10:50:09 +01:00
parent 32694a9360
commit eab9bb97eb

View file

@ -12,19 +12,19 @@
"DVI-I-1" "DVI-I-1"
"HDMI-0" "HDMI-0"
]; ];
};
modules-left = ["niri/workspaces"]; modules-left = ["niri/workspaces"];
modules-right = ["clock"]; modules-right = ["clock"];
"niri/workspaces" = { "niri/workspaces" = {
disable-scroll = true; disable-scroll = true;
all-outputs = true; all-outputs = true;
}; };
"clock" = { "clock" = {
interval = 1; interval = 1;
format = "{:%H:%M} "; format = "{:%H:%M} ";
};
}; };
}; };
}; };