nixos/home/hyprland/waybar/modules/wlr_workspaces.nix
Evie Litherland-Smith bb2992c784 Enable light/sound control for laptop (hopefully)
Add extra rofi modes (ssh, power, files)

Add extra XDG settings for hyprland
2023-07-18 09:15:40 +01:00

20 lines
329 B
Nix

{
on-click = "activate";
disable-scroll = true;
all-outputs = false;
format = "{icon}";
format-icons = {
"1" = "󰟀";
"2" = "󰅴";
"3" = "󰈹";
"4" = "󰝰";
"5" = "󰭹";
"6" = "󰢹";
"7" = "󰓓";
"8" = "󰣘";
"9" = "󰣙";
urgent = "";
};
sort-by-number = true;
}