nix-config/home/hyprland/waybar/wm.nix
2025-09-10 11:48:22 +02:00

20 lines
306 B
Nix

{
widgets = {
"hyprland/workspaces" = {
format = "{icon}";
format-icons = {
default = "";
active = "";
};
};
"niri/workspaces" = {
format = "{icon}";
format-icons = {
default = "";
active = "";
};
};
};
}