style: add styling to disk module

This commit is contained in:
lunik1 2021-03-13 15:17:11 +00:00
parent cb1c7ea12c
commit 354de5f13f
No known key found for this signature in database
GPG Key ID: 6A37DF9483188492
1 changed files with 5 additions and 0 deletions

View File

@ -69,6 +69,7 @@ window#waybar.chromium {
#battery,
#cpu,
#memory,
#disk,
#temperature,
#backlight,
#network,
@ -142,6 +143,10 @@ label:focus {
background-color: #9b59b6;
}
#disk {
background-color: #964B00;
}
#backlight {
background-color: #90b1b1;
}