From 0c8ada07d5831677b9f8ac795caea8c54bf2cf69 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Thu, 19 Sep 2024 17:56:58 +0200 Subject: [PATCH] waybar: de-saturate borders --- config/dot-config/waybar/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/dot-config/waybar/style.css b/config/dot-config/waybar/style.css index 7078e4ab..48740d26 100644 --- a/config/dot-config/waybar/style.css +++ b/config/dot-config/waybar/style.css @@ -29,7 +29,7 @@ tooltip { background: @base00; - border: 1px @base02; + border: 1px solid @base02; border-radius: 4px; } tooltip label { @@ -142,8 +142,8 @@ tooltip label { } window#waybar { - border-left: 1px solid @base01; - border-right: 1px solid @base01; + border-left: 1px solid @base02; + border-right: 1px solid @base02; border-bottom: 1px solid @base02; background-color: alpha(@base00, 0.95); transition-property: background-color; -- 2.51.2