nixos/home/hyprland/waybar/modules/wlr_workspaces.nix
2023-08-28 09:43:36 +01:00

30 lines
553 B
Nix

{
on-click = "activate";
disable-scroll = true;
all-outputs = false;
format = "{icon}";
format-icons = {
"home" = "󰟀";
"editor" = "󰳼";
"browser" = "󰖟";
"files" = "󰝰";
"chat" = "󰭹";
"library" = "󰮩";
"music" = "󰲸";
"gaming" = "󰓓";
"vault" = "󰌾";
"remote" = "󰢹";
"1" = "󰎦";
"2" = "󰎩";
"3" = "󰎬";
"4" = "󰎮";
"5" = "󰎰";
"6" = "󰎵";
"7" = "󰎸";
"8" = "󰎻";
"9" = "󰎾";
urgent = "󱈸";
};
sort-by-name = true;
}