From e4b093e77bfb7bee71411aacf2951e6fe3636031 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 1 Oct 2024 07:06:23 -0400 Subject: [PATCH] Add solid bar under active workspace --- modules/users/crow/waybar/config.jsonc | 6 +++--- modules/users/crow/waybar/style.css | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/modules/users/crow/waybar/config.jsonc b/modules/users/crow/waybar/config.jsonc index 6bfc0b0..fa04ca0 100644 --- a/modules/users/crow/waybar/config.jsonc +++ b/modules/users/crow/waybar/config.jsonc @@ -38,9 +38,9 @@ }, "sort-by-number": true, "persistent-workspaces": { - "1": [], - "2": [], - "3": [] + "1": [ "HDMI-A-1" ], + "2": [ "HDMI-A-1" ], + "3": [ "DP-2" ] } }, "clock": { diff --git a/modules/users/crow/waybar/style.css b/modules/users/crow/waybar/style.css index bfd052e..69a3d95 100644 --- a/modules/users/crow/waybar/style.css +++ b/modules/users/crow/waybar/style.css @@ -50,7 +50,11 @@ button:hover { } #workspaces button.active { - color: #DCAA9B; + border-bottom: 2px solid #DCAA9B; + border-radius: 0; + margin-top: 2px; + color: #DCAA9B; + transition: none; } /* If workspaces is the leftmost module, omit left margin */