waybar: remove unused hyprland and sway window widget configs

This commit is contained in:
Aly Raffauf 2024-07-30 18:26:04 -04:00
parent cfc26886a7
commit a16621b376

View file

@ -45,13 +45,6 @@
config.wayland.windowManager.hyprland.package "hyprctl"} dispatch submap reset''; config.wayland.windowManager.hyprland.package "hyprctl"} dispatch submap reset'';
}; };
"hyprland/window" = {
"format" = "";
"icon" = true;
"max-length" = 100;
"separate-outputs" = true;
};
"sway/workspaces" = { "sway/workspaces" = {
"all-outputs" = true; "all-outputs" = true;
"format" = "{icon} {name}"; "format" = "{icon} {name}";
@ -68,10 +61,6 @@
"on-click" = ''${lib.getExe' config.wayland.windowManager.sway.package "swaymsg"} mode default''; "on-click" = ''${lib.getExe' config.wayland.windowManager.sway.package "swaymsg"} mode default'';
}; };
"sway/window" = {
"max-length" = 100;
};
"sway/scratchpad" = { "sway/scratchpad" = {
"format" = "{icon} {count}"; "format" = "{icon} {count}";
"format-icons" = ["" ""]; "format-icons" = ["" ""];