2025-02-05 09:58:20 +01:00

18 lines
366 B
CSS

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