From 6893191b91a6a2227438ef8df052497163ca4558 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Thu, 3 Jul 2025 18:54:34 +0100 Subject: Removed unused css from Waybar --- .config/waybar/style.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 896b1d5..7e8c378 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -28,7 +28,6 @@ window#waybar.hidden { /* #tags button.occupied, */ /* #tags button.focused, */ /* #tags button.urgent, */ -/* #tags button:not(.occupied):not(.focused), */ /* #window, */ #idle_inhibitor, #language, @@ -169,16 +168,6 @@ window#waybar.hidden { background: #fe8019; } -#tags button:not(.occupied):not(.focused) { - /* font-size: 0; */ - /* min-width: 0; */ - /* min-height: 0; */ - /* margin: 0; */ - /* padding: 0; */ - /* color: transparent; */ - /* background-color: transparent; */ -} - #tags button.occupied { color: #fff4d2; background: #98971a; -- cgit v1.2.3