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

17 lines
276 B
Nix
Raw Normal View History

{
on-click = "activate";
disable-scroll = true;
all-outputs = false;
2023-07-28 08:01:09 +01:00
format = "{icon}";
format-icons = {
"1" = "󰟀";
"2" = "󰖟";
"3" = "󰝰";
"4" = "󰭹";
"5" = "󰌾";
"6" = "󰢹";
urgent = "󱈸";
};
sort-by-number = true;
}