2025-02-02 11:05:39 +01:00

17 lines
308 B
CSS

* {
font-family: "UbuntuMono Nerd Font";
font-size: 15px;
padding: 0;
margin: 0;
}
#waybar {
background: rgba(38, 41, 44, 0.5);
}
#cpu, #custom-gpu, #memory, #disk, #custom-processes, #wireplumber, #clock {
color: rgba(255, 255, 255, 0.8);
border-radius: 3px;
padding: 4px 8px;
margin-left: 4px;
}