19 lines
339 B
CSS
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;
|
|
} |