dotfiles/.config/waybar/style.css
Ahmet Kaan Gümüş 6788cd8006 feat: fish and starship
2025-05-31 02:48:38 +03:00

38 lines
659 B
CSS

#waybar {
color: #FFFFFF;
background-color: #000000;
/* opacity: 1; */
border-radius: 1px;
}
#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;
}