This commit is contained in:
death916 2025-11-04 02:21:57 -08:00
parent 44f676b314
commit 08485b2c80

View file

@ -356,18 +356,17 @@
}
#cpu {
background-color: #f1fa8c;
background-color: #bd93f9; /* Purple */
color: #282a36;
}
#memory {
background-color: #ffb86c;
color: #282a36;
background-color: #6272a4; /* Greyish Blue */
color: #f8f8f2;
}
#network {
background-color: #8be9fd;
color: #282a36;
background-color: #44475a; /* Darker Grey */
}
#pulseaudio {