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

20 lines
328 B
Nix
Raw Normal View History

{
on-click = "activate";
disable-scroll = true;
all-outputs = false;
format = "{icon}";
format-icons = {
"1" = "󰟀";
"2" = "󰅴";
2023-07-12 09:06:33 +01:00
"3" = "󰊯";
"4" = "󰝰";
"5" = "󰭹";
"6" = "";
"7" = "󰓓";
"8" = "󰣘";
"9" = "󰣙";
urgent = "";
};
sort-by-number = true;
}