no more iwd

This commit is contained in:
Chris Cochrun 2025-09-18 09:12:56 -05:00
parent 0679b19e45
commit b3684da328
4 changed files with 34 additions and 14 deletions

View file

@ -679,7 +679,25 @@ in {
margin-left = 6;
margin-right = 6;
"niri/window" = { format = "<span style='italic'>{title}</span>"; icon = true; };
"hyprland/window" = { format = "<span style='italic'>{title}</span>"; icon = true; };
workspaces = { format = " {name} "; };
"hyprland/workspaces" = {
format = "{icon}";
format-icons = {
"1" = "";
"2" = "";
"3" = "󰈙";
"4" = "󰭹";
"5" = "";
"6" = "";
"7" = "󰕧";
"8" = "󰭹";
"9" = "";
};
all-outputs = true;
# on-scroll-up = "hyprctl dispatch workspace e+1";
# on-scroll-down = "hyprctl dispatch workspace e-1";
};
"niri/workspaces" = {
format = "{icon}";
format-icons = {