From 83316788f17c5ab169447fc40ced2e116f38555f Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Wed, 24 Dec 2025 20:23:19 +1000 Subject: [PATCH] Fix waybar corners --- alex/sway.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 {