nix-config/home/hyprland/waybar/hyprland.nix
2025-09-08 16:29:01 +02:00

12 lines
166 B
Nix

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