From 8f084c0210da6552600b16df189763b36f53e16c Mon Sep 17 00:00:00 2001 From: tea Date: Thu, 13 Jun 2024 14:43:34 +0200 Subject: [PATCH] waybar: remove commented-out CSS --- .config/waybar/style.css | 123 +-------------------------------------- 1 file changed, 1 insertion(+), 122 deletions(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 872e4b6..3550cc7 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -15,24 +15,6 @@ window#waybar.hidden { opacity: 0.2; } -/* -window#waybar.empty { - background-color: transparent; -} -window#waybar.solo { - background-color: #FFFFFF; -} -*/ - -/* window#waybar.termite { */ -/* background-color: #3F3F3F; */ -/* } */ -/**/ -/* window#waybar.chromium { */ -/* background-color: #000000; */ -/* border: none; */ -/* } */ - button { /* Use box-shadow instead of border so the text isn't offset */ box-shadow: inset 0 -3px #300030; @@ -49,7 +31,6 @@ button:hover { #workspaces button { padding: 0 5px; - /* background-color: transparent; */ background-color: #180018; box-shadow: inset 0 -3px #200020; } @@ -69,11 +50,6 @@ button:hover { color: #000000; } -/* #mode { */ -/* background-color: #64727D; */ -/* border-bottom: 3px solid #ffffff; */ -/* } */ - #clock, #battery, #cpu, @@ -113,15 +89,6 @@ button:hover { font-size: 120%; } -/* #battery { */ -/* font-weight: bold; */ -/* } */ - -/* #battery.charging, #battery.plugged { */ -/* color: #ffffff; */ -/* background-color: #26A65B; */ -/* } */ - @keyframes blink { to { background-color: #ffffff; @@ -148,46 +115,11 @@ label:focus { background-color: #000000; } -/* #cpu { */ -/* background-color: #2ecc71; */ -/* color: #000000; */ -/* } */ -/**/ -/* #memory { */ -/* background-color: #9b59b6; */ -/* } */ -/**/ -/* #disk { */ -/* background-color: #964B00; */ -/* } */ - -/* #backlight { */ -/* background-color: #90b1b1; */ -/* } */ - -/* #network { */ -/* background-color: #2980b9; */ -/* } */ - #network.disconnected { background-color: #b000b0; color: #000000; } -/* #pulseaudio { */ -/* background-color: #f1c40f; */ -/* color: #000000; */ -/* } */ -/**/ -/* #pulseaudio.muted { */ -/* background-color: #90b1b1; */ -/* color: #2a5c45; */ -/* } */ - -#wireplumber { - color: #8888aa; -} - #wireplumber.muted { background-color: #b000b0; color: #000000; @@ -207,18 +139,6 @@ label:focus { color: #000000; } -/* #custom-media.custom-spotify { */ -/* background-color: #66cc99; */ -/* } */ -/**/ -/* #custom-media.custom-vlc { */ -/* background-color: #ffa000; */ -/* } */ - -/* #temperature { */ -/* color: #888800; */ -/* } */ - #temperature.critical { background-color: #b000b0; color: #000000; @@ -248,51 +168,10 @@ label:focus { color: #ffaaaa; } -/* #mpd { */ -/* background-color: #66cc99; */ -/* color: #2a5c45; */ -/* } */ -/**/ -/* #mpd.disconnected { */ -/* background-color: #f53c3c; */ -/* } */ -/**/ -/* #mpd.stopped { */ -/* background-color: #90b1b1; */ -/* } */ -/**/ -/* #mpd.paused { */ -/* background-color: #51a37a; */ -/* } */ - -/* #language { */ -/* background: #00b093; */ -/* color: #740864; */ -/* padding: 0 5px; */ -/* margin: 0 5px; */ -/* min-width: 16px; */ -/* } */ -/**/ -/* #keyboard-state { */ -/* background: #97e1ad; */ -/* color: #000000; */ -/* padding: 0 0px; */ -/* margin: 0 5px; */ -/* min-width: 16px; */ -/* } */ -/**/ -/* #keyboard-state > label { */ -/* padding: 0 5px; */ -/* } */ -/**/ -/* #keyboard-state > label.locked { */ -/* background: rgba(0, 0, 0, 0.2); */ -/* } */ - #scratchpad { background: rgba(0, 0, 0, 0.2); } #scratchpad.empty { - background-color: transparent; + background-color: transparent; }