From d755ba323c90d57b04812dc254d7c66564a71cab Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Mon, 23 Sep 2024 20:26:55 +0200 Subject: [PATCH] waybar: update config --- config/dot-config/waybar/style.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/config/dot-config/waybar/style.css b/config/dot-config/waybar/style.css index 48740d26..d1d0471e 100644 --- a/config/dot-config/waybar/style.css +++ b/config/dot-config/waybar/style.css @@ -13,10 +13,7 @@ /* ----------------------------------- waybar ----------------------------------- */ #waybar { border-radius: 0px 0px 8px 8px; - border-top: 1px @base00; - border-bottom: 1px @base00; - border-left: 1px @base00; - border-right: 1px @base00; + border: 1px @base00; color: @base05; background-color: transparent; } @@ -142,9 +139,10 @@ tooltip label { } window#waybar { - border-left: 1px solid @base02; - border-right: 1px solid @base02; - border-bottom: 1px solid @base02; + border-top: 0px solid @base01; + border-left: 2px solid @base01; + border-right: 2px solid @base01; + border-bottom: 2px solid @base01; background-color: alpha(@base00, 0.95); transition-property: background-color; transition-duration: 0.5s; -- 2.51.2