nix-config/home/hyprland/waybar/wm.nix

20 lines
306 B
Nix
Raw Normal View History

2025-09-08 16:29:01 +02:00
{
widgets = {
"hyprland/workspaces" = {
format = "{icon}";
format-icons = {
default = "";
active = "";
};
};
2025-09-10 11:48:22 +02:00
"niri/workspaces" = {
format = "{icon}";
format-icons = {
default = "";
active = "";
};
};
2025-09-08 16:29:01 +02:00
};
}