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

20 lines
434 B
Nix
Raw Normal View History

{
on-click = "activate";
disable-scroll = true;
all-outputs = false;
2023-07-28 08:01:09 +01:00
format = "{icon}";
format-icons = {
2023-09-05 12:49:33 +01:00
"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 = "󱈸";
};
2023-09-05 12:49:33 +01:00
sort-by-number = true;
}