From 91515c96c89e22cc8411279a6263740f897ba6ca Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 7 Dec 2023 13:01:17 +0900 Subject: [PATCH] reduce borders on some waybar styles --- config/waybar/style/Catppuccin-Latte.css | 2 +- config/waybar/style/Chroma Tally.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }