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; }