From d6e6457c2b1c3fd72d213289e63a3b4a3e7fd1f6 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Thu, 5 Mar 2026 11:07:05 -0500 Subject: [PATCH] focused task box, upd --- dots/nwg-panel/style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dots/nwg-panel/style.css b/dots/nwg-panel/style.css index c9edf11..8e90163 100644 --- a/dots/nwg-panel/style.css +++ b/dots/nwg-panel/style.css @@ -13,7 +13,10 @@ button { } #task-box-focused { - background-color: rgba (255, 255, 255, 0.12); + border: solid 1px; + border-color: #ce00a1; + border-radius: 10px; + background-color: #480039; padding-left: 4px; padding-right: 4px } @@ -36,8 +39,9 @@ button { /* Bottom panel in sample config uses this name */ #panel-bottom { - background: #101010; - color: #eeeeee + background: #000000; + color: #eeeeee; + opacity: 0.8; } /* Controls window in sample config uses this name */