From 0ae63f2c723de6098009ff2428227880660f7966 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Sun, 23 Mar 2025 16:53:26 +1100 Subject: [PATCH] user/eww: add box-shadow around widgets --- res/eww/eww.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/eww/eww.scss b/res/eww/eww.scss index fda0ae1..99942c8 100644 --- a/res/eww/eww.scss +++ b/res/eww/eww.scss @@ -11,7 +11,7 @@ window { } .bar { - margin: 5px 20px 0px 20px; + margin: 5px 20px 5px 20px; } .widget { @@ -22,6 +22,7 @@ window { font-size: 15px; padding: 5px 15px; border-radius: 50px; + box-shadow: $accent 0px 0px 2px; } .title {