From b4916ce269cad58da5f714f7a6e35168c7bda947 Mon Sep 17 00:00:00 2001 From: Evy Bongers Date: Sat, 6 Jul 2024 11:07:54 +0200 Subject: [PATCH] [waybar] Update background transparency --- .config/waybar/style.css | 2 +- .config/waybar/style.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 9901303..7fd74fd 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -4,7 +4,7 @@ } window#waybar { - background-color: rgba(43, 48, 59, 0.5); + background-color: rgba(43, 48, 59, 0.9); border-bottom: 3px solid rgba(100, 114, 125, 0.5); color: #ffffff; transition-duration: 0.5s; diff --git a/.config/waybar/style.scss b/.config/waybar/style.scss index 380612d..5bd3e4f 100644 --- a/.config/waybar/style.scss +++ b/.config/waybar/style.scss @@ -4,7 +4,7 @@ } window#waybar { - background-color: rgba(43, 48, 59, 0.5); + background-color: rgba(43, 48, 59, 0.9); border-bottom: 3px solid rgba(100, 114, 125, 0.5); color: #ffffff; transition-duration: .5s; -- 2.45.2