diff options
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; |