37 lines
681 B
CSS
37 lines
681 B
CSS
#waybar {
|
|
color: #FFFFFF;
|
|
background-color: #000000;
|
|
opacity: 0.7;
|
|
border-radius: 10px;
|
|
padding:100px;
|
|
}
|
|
|
|
|
|
#idle_inhibitor.activated {
|
|
background-color: #285577;
|
|
}
|
|
|
|
*{
|
|
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#pulseaudio-slider slider {
|
|
min-height: 0px;
|
|
min-width: 0px;
|
|
opacity: 0;
|
|
background-image: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
#pulseaudio-slider trough {
|
|
min-height: 10px;
|
|
min-width: 80px;
|
|
border-radius: 5px;
|
|
background-color: black;
|
|
}
|
|
#pulseaudio-slider highlight {
|
|
min-width: 10px;
|
|
border-radius: 5px;
|
|
background-color: green;
|
|
}
|