From 4a93bbb33f58e88aef3c640de5d8c26b0439be6b Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 18 Aug 2024 18:22:54 -0400 Subject: [PATCH] sway: improve blur_radius and transparency defaults --- homeManagerModules/desktop/sway/settings.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeManagerModules/desktop/sway/settings.nix b/homeManagerModules/desktop/sway/settings.nix index 0452e3e2..38920de6 100644 --- a/homeManagerModules/desktop/sway/settings.nix +++ b/homeManagerModules/desktop/sway/settings.nix @@ -259,11 +259,12 @@ in { == pkgs.swayfx) '' blur enable blur_passes 2 + blur_radius 8 # corner_radius ${toString cfg.theme.borders.radius} shadows enable shadows_on_csd disable - shadow_color ${config.lib.stylix.colors.withHashtag."base00"}CC + shadow_color ${config.lib.stylix.colors.withHashtag.base00} default_dim_inactive 0.05