From 52f2e52b06f4387bcad04c2ff4d64db328db7919 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Thu, 3 Jul 2025 19:55:55 +0100 Subject: Resolved white line on hover over tags on Waybar --- .config/waybar/config | 2 +- .config/waybar/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index b619e63..16438d6 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -1,6 +1,6 @@ { "layer": "top", - "height": 23, + "height": 27, "spacing": 5, "margin-top" :5, "margin-right" :10, diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 7e8c378..a574200 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -24,7 +24,7 @@ window#waybar.hidden { } #tags, -/* #tags button, */ +#tags button, /* #tags button.occupied, */ /* #tags button.focused, */ /* #tags button.urgent, */ @@ -159,7 +159,7 @@ window#waybar.hidden { color: #928374; background: #3c3836; padding: 0 4px; - margin: 0px 2px; + margin: 0px -0.5px; min-width: 15px; } -- cgit v1.2.3