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

19 lines
425 B
Nix
Raw Normal View History

{
format = "{icon}";
format-icons = {
"1" = "󰟀"; # [t]erminal
"2" = "󰳼"; # [d]ev
"3" = "󰖟"; # [b]rowser
"4" = "󰃭"; # [a]genda (or c[a]lendar)
"5" = "󰝰"; # [f]iles
"6" = "󰲸"; # [s]potify (or mu[s]ic)
"7" = "󰭹"; # [c]hat
"8" = "󰢹"; # [r]emote
"9" = "󰊗"; # [g]aming
default = "󰛡";
special = "󰓎";
urgent = "󰣘";
};
show-special = true;
}