From 4893a5759f53e42cdab13b3c17fac16ceb4fda8d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik.tjader@nordicsemi.no>
Date: Sat, 29 Jun 2024 20:11:12 +0200
Subject: [PATCH] Workspaces should stand out more

---
 .config/waybar/style.css | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index bd74df3..3cdfdc7 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -56,7 +56,10 @@ button:hover {
 #workspaces button {
     padding: 0 5px;
     background-color: transparent;
-    color: #ffffff;
+    /* color: #ffffff; */
+    color: #ff8700;
+    border: 1px solid #1b1d1e;
+    font-weight: bold;
 }
 
 #workspaces button:hover {
@@ -64,7 +67,8 @@ button:hover {
 }
 
 #workspaces button.focused {
-    background-color: #64727D;
+    background-color: #e88939;
+    color: #1b1d1e;
     box-shadow: inset 0 -3px #ffffff;
 }
 
-- 
GitLab