This commit is contained in:
Patrick Alvin Alcala 2025-07-24 10:04:53 +08:00
parent 3a71afc212
commit af2bb91b85
6 changed files with 129 additions and 4 deletions

View file

@ -58,6 +58,7 @@ window#waybar.hidden {
#cpu,
#memory,
#network,
#custom-gpu-usage,
#pulseaudio,
#custom-media,
#tray,
@ -125,6 +126,14 @@ tooltip label {
color: rgba(245, 60, 60, 0.8);
}
#custom-gpu-usage {
/* background: #2980b9; */
padding: 0.5rem 2rem;
background: transparent;
border: 2px solid rgba(159, 234, 21, 0.2);
padding: 0.5rem 1rem;
}
#pulseaudio {
/* background: #f1c40f; */
padding: 0.5rem 2rem;