From 52a937a301bf8f5a884530ba12d3970cbb7acd15 Mon Sep 17 00:00:00 2001 From: Martin Andersen Date: Mon, 13 May 2024 13:52:23 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 289a87a..10a7d0e 100644 --- a/install.sh +++ b/install.sh @@ -2365,7 +2365,7 @@ screens = [ [ widget.CurrentLayoutIcon(scale=0.7, padding=10), widget.Spacer(length=5), - widget.GroupBox(highlight_method="block", highlight_color="#12181c", urgent_border="#ffffff", active="#ffffff", inactive="#404040", rounded="False", borderwidth=0), + widget.GroupBox(highlight_method="block", highlight_color="#12181c", urgent_border="#ffffff", active="#ffffff", inactive="#465159", rounded="False", borderwidth=0), widget.Spacer(length=9), widget.Prompt(), widget.Spacer(),