From: Andre Ramnitz Date: Tue, 27 Aug 2024 12:21:25 +0000 (+0200) Subject: waybar: homogenize background X-Git-Tag: v0.2~113 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=44afca6f7e4477c05da6ef31832ca86fe68991f9;p=dotfiles.git waybar: homogenize background --- diff --git a/config/dot-config/waybar/style.css b/config/dot-config/waybar/style.css index a2a39d5b..ef6b275e 100644 --- a/config/dot-config/waybar/style.css +++ b/config/dot-config/waybar/style.css @@ -150,12 +150,13 @@ window#waybar { border-left: 1px solid @brightblack; border-right: 1px solid @brightblack; border-bottom: 1px solid @brightblack; - /*background-color: alpha(@background, 0.75);*/ + background-color: alpha(@background, 0.80); transition-property: background-color; transition-duration: 0.5s; - background-image: url("/home/andy/dotfiles/config/waybar/textures/D_0.65.png"); + /*background-image: url("/home/andy/dotfiles/config/waybar/textures/D_0.65.png"); background-position: topleft; background-repeat: repeat-x; + */ }