diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-07 13:01:17 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-07 13:01:17 +0900 |
| commit | 91515c96c89e22cc8411279a6263740f897ba6ca (patch) | |
| tree | 1888663d790aff7c4656c2f0deb3c57eadb4406d | |
| parent | 86204c8dc9f561d8e8025ac0d4161b68cf93c7db (diff) | |
reduce borders on some waybar styles
| -rw-r--r-- | config/waybar/style/Catppuccin-Latte.css | 2 | ||||
| -rw-r--r-- | 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 45283f3e..1f12b545 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 f70bcea3..3302a662 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; } |
