dotfiles/.config/waybar/style.css

39 lines
659 B
CSS
Raw Permalink Normal View History

2025-05-31 02:48:38 +03:00
#waybar {
color: #FFFFFF;
background-color: #000000;
/* opacity: 1; */
border-radius: 1px;
2025-02-22 23:29:01 +03:00
}
2025-05-31 02:48:38 +03:00
#idle_inhibitor.activated {
background-color: #285577;
2025-02-22 23:29:01 +03:00
}
2025-05-31 02:48:38 +03:00
* {
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 14px;
2025-02-22 23:29:01 +03:00
}
2025-05-31 02:48:38 +03:00
#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;
}