Updated config

This commit is contained in:
Eduard Urbach 2025-02-05 09:58:20 +01:00
parent d80336a55b
commit 39e52e6ec8
Signed by: eduard
GPG key ID: 49226B848C78F6C8
4 changed files with 30 additions and 7 deletions

View file

@ -6,11 +6,12 @@
}
#waybar {
background: rgba(38, 41, 44, 0.5);
background: transparent;
/* background: rgba(38, 41, 44, 0.5); */
}
#cpu, #custom-gpu, #memory, #disk, #custom-processes, #wireplumber, #clock {
color: rgba(255, 255, 255, 0.8);
#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;