Add waybar niri integration

This commit is contained in:
Zeph Levy 2026-02-04 21:44:04 +01:00
parent 39b457bc0a
commit 633d63ff94
2 changed files with 19 additions and 1 deletions

View file

@ -8,7 +8,11 @@
position = "top";
height = 20;
modules-left = [ "hyprland/workspaces" "niri/workspaces" ];
modules-left = [
"hyprland/workspaces"
"niri/workspaces"
"niri/window"
];
modules-center = [ "clock" ];
modules-right = [
"cpu"
@ -32,6 +36,14 @@
persistent-workspaces."*" = 4;
};
"niri/workspaces" = {
format = "{icon}";
format-icons = {
active = "";
default = "";
};
};
"clock" = {
format = " {:%H:%M:%S}";
tooltip-format = " {:%a, %d %b}";
@ -92,8 +104,13 @@
background: transparent;
border: none;
}
window#waybar.empty #window {
background-color: transparent;
border: none;
}
#workspaces,
#window,
#clock,
#cpu,
#memory,