From ae5794f7a8eaf4c780c6614a75980035d519eb8e Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 14 Apr 2024 11:06:33 -0400 Subject: [PATCH] waybar: added sway-specific settings --- homeManagerModules/guiApps/waybar/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/homeManagerModules/guiApps/waybar/default.nix b/homeManagerModules/guiApps/waybar/default.nix index d8afd1c5..abd06fda 100644 --- a/homeManagerModules/guiApps/waybar/default.nix +++ b/homeManagerModules/guiApps/waybar/default.nix @@ -36,7 +36,6 @@ "custom/logout" "clock" ]; - "hyprland/workspaces" = { "all-outputs" = true; "format" = "{icon}"; @@ -50,6 +49,12 @@ "max-length" = 100; "separate-outputs" = true; }; + "sway/workspaces" = { + "all-outputs" = true; + }; + "sway/window" = { + "max-length" = 100; + }; "river/window" = { "max-length" = 100; };