nixos/home/hyprland/waybar/modules/hyprland_workspaces.nix
Evie Litherland-Smith 46e7277928 Add calendar workspace for hyprland
Adjust some keybinds, update waybar to match new workspace
2023-10-09 12:23:38 +01:00

19 lines
425 B
Nix

{
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;
}