nixos/home/hyprland/waybar/modules/wlr_workspaces.nix

16 lines
258 B
Nix

{
on-click = "activate";
disable-scroll = true;
all-outputs = false;
format = "{icon}";
format-icons = {
"1" = "󰟀";
"2" = "󰖟";
"3" = "󰝰";
"4" = "󰭹";
"5" = "󰢹";
urgent = "󱈸";
};
sort-by-number = true;
}