no more iwd
This commit is contained in:
parent
0679b19e45
commit
b3684da328
4 changed files with 34 additions and 14 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue