Updated config

This commit is contained in:
2025-02-05 09:58:20 +01:00
parent e411d35dd3
commit 549b443893
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;