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

20 lines
434 B
Nix

{
on-click = "activate";
disable-scroll = true;
all-outputs = false;
format = "{icon}";
format-icons = {
"1" = "󰟀"; # [a]ny
"2" = "󰈹"; # [b]rowser
"3" = "󰳼"; # [d]ev
"4" = "󰝰"; # [f]iles
"5" = "󰓇"; # [s]potify (or mu[s]ic)
"6" = "󰭹"; # [c]hat
"7" = "󰍫"; # [v]ideo
"8" = "󰢹"; # [r]emote
"9" = "󰓓"; # [g]aming
urgent = "󱈸";
};
sort-by-number = true;
}