From 44afca6f7e4477c05da6ef31832ca86fe68991f9 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Tue, 27 Aug 2024 14:21:25 +0200 Subject: [PATCH] waybar: homogenize background --- config/dot-config/waybar/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; + */ } -- 2.51.2