mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 11:23:55 -05:00
waybar: remove unused hyprland and sway window widget configs
This commit is contained in:
parent
cfc26886a7
commit
a16621b376
|
@ -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" = ["" ""];
|
||||||
|
|
Loading…
Reference in a new issue