22 lines
286 B
CSS
22 lines
286 B
CSS
* {
|
|
font-family: Worm Writing Mono;
|
|
font-size: 20px;
|
|
}
|
|
|
|
window#waybar {
|
|
background-color: rgba(0, 0, 0, 1);
|
|
color: #ffffff;
|
|
}
|
|
|
|
#custom-user, #custom-seperator{
|
|
color: #8AE235;
|
|
}
|
|
|
|
#battery.charging {
|
|
color: #47ED47;
|
|
}
|
|
|
|
#battery.discharging {
|
|
color: #ED6767;
|
|
}
|