Files
dotfiles/pipktop/waybar/style.css
2025-08-22 18:20:47 -04:00

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;
}