diff --git a/config/waybar/style/Catppuccin-Latte.css b/config/waybar/style/Catppuccin-Latte.css index 45283f3..1f12b54 100644 --- a/config/waybar/style/Catppuccin-Latte.css +++ b/config/waybar/style/Catppuccin-Latte.css @@ -17,7 +17,7 @@ window#waybar { transition-property: background-color; transition-duration: 0.5s; /*background: transparent;*/ - border-bottom: 3px solid @sapphire; + border-bottom: 2px solid @sapphire; background: @theme_base_color; border-radius: 10px; } diff --git a/config/waybar/style/Chroma Tally.css b/config/waybar/style/Chroma Tally.css index f70bcea..3302a66 100644 --- a/config/waybar/style/Chroma Tally.css +++ b/config/waybar/style/Chroma Tally.css @@ -16,7 +16,7 @@ padding: 1px; window#waybar { background: rgba (0, 0, 0, 0.5); border-radius: 12px; - border-bottom: 3px; + border-bottom: 2px; border-style: solid; border-color: @color2; }