non important commit
This commit is contained in:
parent
3b403e6eed
commit
32694a9360
1 changed files with 21 additions and 22 deletions
|
|
@ -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} ";
|
|
||||||
}
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue