aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-07-03 18:54:34 +0100
committerJustine Smithies <justine@smithies.me.uk>2025-07-03 18:54:34 +0100
commit6893191b91a6a2227438ef8df052497163ca4558 (patch)
tree41eb5649956eb6f423d0dccdd279ec7bc1db7746
parent2341d70964b4dc72b83716bbb737521cd52426d4 (diff)
Removed unused css from Waybar
-rw-r--r--.config/waybar/style.css11
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;