non important commit
This commit is contained in:
parent
bcb4906d7e
commit
3b403e6eed
1 changed files with 27 additions and 0 deletions
|
|
@ -1,5 +1,32 @@
|
||||||
{
|
{
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
|
||||||
|
mainBar = {
|
||||||
|
layer = "top";
|
||||||
|
position = "top";
|
||||||
|
height = 20;
|
||||||
|
|
||||||
|
output = [
|
||||||
|
"DVI-I-1"
|
||||||
|
"HDMI-0"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
modules-left = ["niri/workspaces"];
|
||||||
|
modules-right = ["clock"];
|
||||||
|
|
||||||
|
"niri/workspaces" = {
|
||||||
|
disable-scroll = true;
|
||||||
|
all-outputs = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
"clock" = {
|
||||||
|
interval = 1;
|
||||||
|
format = "{:%H:%M} ";
|
||||||
|
}
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue