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 = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
settings = {
|
||||
mainBar = {
|
||||
layer = "top";
|
||||
position = "top";
|
||||
height = 20;
|
||||
|
||||
mainBar = {
|
||||
layer = "top";
|
||||
position = "top";
|
||||
height = 20;
|
||||
output = [
|
||||
"DVI-I-1"
|
||||
"HDMI-0"
|
||||
];
|
||||
};
|
||||
|
||||
output = [
|
||||
"DVI-I-1"
|
||||
"HDMI-0"
|
||||
];
|
||||
};
|
||||
modules-left = ["niri/workspaces"];
|
||||
modules-right = ["clock"];
|
||||
|
||||
modules-left = ["niri/workspaces"];
|
||||
modules-right = ["clock"];
|
||||
"niri/workspaces" = {
|
||||
disable-scroll = true;
|
||||
all-outputs = true;
|
||||
};
|
||||
|
||||
"niri/workspaces" = {
|
||||
disable-scroll = true;
|
||||
all-outputs = true;
|
||||
};
|
||||
|
||||
"clock" = {
|
||||
interval = 1;
|
||||
format = "{:%H:%M} ";
|
||||
}
|
||||
};
|
||||
"clock" = {
|
||||
interval = 1;
|
||||
format = "{:%H:%M} ";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue