From 3bdd0fc0ea4be4bb3385b42ee27c2b5ba01af502 Mon Sep 17 00:00:00 2001 From: Keule0010 Date: Wed, 22 Nov 2023 19:35:30 +0100 Subject: [PATCH] Changed eww background color --- .config/eww/eww.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss index 957a2d9..f9f44f4 100755 --- a/.config/eww/eww.scss +++ b/.config/eww/eww.scss @@ -79,7 +79,7 @@ button { /* Root */ /*****************/ .bar1, .bar2, .bar3{ - background-color: rgba(65, 69, 89, 0.2); + background-color: rgba(36, 39, 58, 0.5); border-top-left-radius: 0px; border-top-right-radius: 0px; }