From: Andre Ramnitz Date: Thu, 19 Sep 2024 15:56:58 +0000 (+0200) Subject: waybar: de-saturate borders X-Git-Tag: v0.2~56 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=0c8ada07d5831677b9f8ac795caea8c54bf2cf69;p=dotfiles.git waybar: de-saturate borders --- 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;