diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-07-03 18:54:34 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-07-03 18:54:34 +0100 |
commit | 6893191b91a6a2227438ef8df052497163ca4558 (patch) | |
tree | 41eb5649956eb6f423d0dccdd279ec7bc1db7746 /.config | |
parent | 2341d70964b4dc72b83716bbb737521cd52426d4 (diff) |
Removed unused css from Waybar
Diffstat (limited to '.config')
-rw-r--r-- | .config/waybar/style.css | 11 |
1 files changed, 0 insertions, 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; |