2023-01-25 17:51:15 +01:00
|
|
|
*
|
|
|
|
{
|
|
|
|
border: 0;
|
|
|
|
border-radius: 0;
|
2023-02-04 20:38:12 +01:00
|
|
|
font-family: "Roboto","FontAwesome";
|
2023-01-25 17:51:15 +01:00
|
|
|
font-size: 20px;
|
|
|
|
min-height: 0;
|
|
|
|
padding-top: 1px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
window#waybar
|
|
|
|
{
|
2023-02-01 15:23:33 +01:00
|
|
|
background: rgba(0, 0, 0, 1);
|
|
|
|
border-bottom: 0px solid rgba(0, 0, 0, 1);
|
2023-01-25 17:51:15 +01:00
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
tooltip
|
|
|
|
{
|
|
|
|
background: rgba(0, 0, 0, 0.5);
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
2023-12-25 16:48:44 +01:00
|
|
|
border-radius: 10;
|
2023-01-25 17:51:15 +01:00
|
|
|
}
|
2023-03-15 21:10:19 +01:00
|
|
|
|
2023-01-25 17:51:15 +01:00
|
|
|
tooltip label
|
|
|
|
{
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
#custom-poweroff
|
|
|
|
{
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#taskbar
|
|
|
|
{
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#taskbar button
|
|
|
|
{
|
2023-12-25 16:48:44 +01:00
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
2023-02-01 15:23:33 +01:00
|
|
|
}
|