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

12 lines
166 B
Nix
Raw Normal View History

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