feat!: deprecate 'dwindle', 'scroller' always, use hyprnome workspace

This commit is contained in:
Youwen Wu 2025-02-17 18:22:15 -08:00
parent 45aa973107
commit 03f20b1049
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
5 changed files with 33 additions and 182 deletions

View file

@ -253,52 +253,13 @@ in
show-special = true;
format = "{icon}";
on-click = "activate";
format-icons =
{
"1" = "";
"2" = "";
"3" = "󰯵";
"4" = "󰯻";
"5" = "󰯾";
"6" = "󰰴";
"7" = "󰰨";
"8" = "󰰄";
"9" = "";
"10" = "";
active = "";
empty = "";
default = "";
urgent = "";
special = "󰠱";
}
// (
if (config.liminalOS.desktop.hyprland.useAdvancedBindings) then
{
"1" = "";
"2" = "";
"3" = "󰯵";
"4" = "󰯻";
"5" = "󰯾";
"6" = "󰰴";
"7" = "󰰨";
"8" = "";
"9" = "";
"10" = "";
}
else
{
"1" = "";
"2" = "";
"3" = "󰰊";
"4" = "󰰍";
"5" = "";
"6" = "";
"7" = "󰰨";
"8" = "";
"9" = "";
"10" = "";
}
);
format-icons = {
active = "";
empty = "";
default = "";
urgent = "";
special = "󰠱";
};
sort-by-number = true;
};