From 354de5f13f407ca17e09bdc2aa98dde0821bb758 Mon Sep 17 00:00:00 2001 From: lunik1 Date: Sat, 13 Mar 2021 15:17:11 +0000 Subject: [PATCH] style: add styling to disk module --- resources/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/style.css b/resources/style.css index 920bb527..952f368f 100644 --- a/resources/style.css +++ b/resources/style.css @@ -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; }