You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
603 B

* {
border: none;
font-family: atkinson hyperlegible;
font-size: 14px;
}
window#waybar {
background: black;
}
window#waybar.hidden {
opacity: 0.2;
}
#window {
background: black;
}
widget > * {
margin: 0px;
padding: 0px 10px 0px 10px;
transition: none;
min-height:10px;
background: transparent;
color: white;
}
#battery {
color: #91ffc1;
transition: color 0.2s ease;
}
#battery.warning {
color: #ffc144;
}
#battery.critical {
color: #ff4444;
}
#network {
color: #91ffc1;
transition: color 0.2s ease;
}
#network.linked{
color: #ffc144;
}
#network.disconnected{
color: #ff4444;
}