From bae23a03a2008482a925d8b68bfa85cefa33cee3 Mon Sep 17 00:00:00 2001 From: vanten-s Date: Mon, 22 Apr 2024 08:48:09 +0200 Subject: [PATCH] Fully Square --- dotfiles/waybar/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dotfiles/waybar/style.css b/dotfiles/waybar/style.css index c22dcae..811a033 100644 --- a/dotfiles/waybar/style.css +++ b/dotfiles/waybar/style.css @@ -6,7 +6,7 @@ window#waybar { } .modules-center { - border-radius: 1rem; + /* border-radius: 1rem; */ box-shadow: 3px 3px 2px #151515; border: 3px solid @lavender; margin: 0.5rem; @@ -20,10 +20,11 @@ window#waybar { } .modules-left { - border-radius: 1rem; + /* border-radius: 1rem; */ box-shadow: 3px 3px 2px #151515; border: 3px solid @lavender; margin: 0.5rem; + margin-left: 0.7rem; color: @text; background-color: @base; } @@ -45,10 +46,11 @@ window#waybar { } .modules-right { - border-radius: 1rem; + /* border-radius: 1rem; */ box-shadow: 3px 3px 2px #151515; border: 3px solid @lavender; margin: 0.5rem; + margin-right: 0.7rem; color: @text; background-color: @base; }