diff --git a/alex/sway.nix b/alex/sway.nix index 438e1ea..1e82766 100644 --- a/alex/sway.nix +++ b/alex/sway.nix @@ -146,7 +146,7 @@ in blur enable blur_passes 3 blur_radius 5 - layer_effects "waybar" blur enable; shadows enable; + layer_effects "waybar" blur enable; shadows enable; corner_radius 10; layer_effects "wofi" blur enable; shadows enable; ''; }; @@ -248,12 +248,16 @@ in } window#waybar { - background-color: ${base}; + background-color: transparent; color: ${text}; transition-property: background-color; transition-duration: .5s; + } + + window#waybar > box { + background-color: ${base}; border-radius: 10px; - opacity: 0.9; + opacity: 1.0; } button {