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

29 lines
529 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 = {
"home" = "󰟀";
"browser" = "󰖟";
"email" = "󰻧";
"files" = "󰝰";
"chat" = "󰭹";
2023-08-09 14:00:25 +01:00
"library" = "󰮩";
"music" = "󰲸";
"vault" = "󰌾";
"remote" = "󰢹";
"1" = "󰎦";
"2" = "󰎩";
"3" = "󰎬";
"4" = "󰎮";
"5" = "󰎰";
"6" = "󰎵";
"7" = "󰎸";
"8" = "󰎻";
"9" = "󰎾";
urgent = "󱈸";
};
sort-by-name = true;
}