waybar: remove commented-out CSS

This commit is contained in:
tea 2024-06-13 14:43:34 +02:00
parent 03184f8133
commit 8f084c0210
No known key found for this signature in database

View File

@ -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,47 +168,6 @@ 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);
}