aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/waybar/style.css')
-rw-r--r--dot_config/waybar/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/dot_config/waybar/style.css b/dot_config/waybar/style.css
index d63d8aa..59a41ff 100644
--- a/dot_config/waybar/style.css
+++ b/dot_config/waybar/style.css
@@ -36,11 +36,13 @@ window#waybar {
#clock,
#battery,
#cpu,
+#disk,
#memory,
#temperature,
#network,
#pulseaudio,
#tray,
+#window,
#custom-memory,
#custom-wifi {
padding: 0 6px;
@@ -54,6 +56,10 @@ window#waybar {
color: #8ec07c; /* aqua */
}
+#disk {
+ color: #d79921; /* ochre */
+}
+
#temperature {
color: #fe8019; /* orange */
}