void-desktop/config-files/waybar/style.css
2023-02-04 20:38:12 +01:00

44 lines
561 B
CSS
Executable file

*
{
border: 0;
border-radius: 0;
font-family: "Roboto","FontAwesome";
font-size: 20px;
min-height: 0;
padding-top: 1px;
padding-bottom: 1px;
}
window#waybar
{
background: rgba(0, 0, 0, 1);
border-bottom: 0px solid rgba(0, 0, 0, 1);
color: white;
}
tooltip
{
background: rgba(0, 0, 0, 0.5);
border: 1px solid rgba(0, 0, 0, 0.5);
border-radius: 20;
}
tooltip label
{
color: white;
}
#custom-poweroff
{
padding-right: 20px;
}
#taskbar
{
padding-left: 20px;
}
#taskbar button
{
padding-left: 15px;
padding-right: 5px;
}