2025-01-25 22:09:37 +01:00

19 lines
339 B
CSS

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