summaryrefslogtreecommitdiff
path: root/waybar/style.css
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-06-04 23:42:11 -0500
committerzachir <zachir@librem.one>2024-06-04 23:42:11 -0500
commitc10f7b314d42bf3ea81bde97892421d2e2eab600 (patch)
tree96a5265350509dfe492e0e7eb4f1341388a9ede0 /waybar/style.css
parent73192a2c671749d03f3ad4dbfe7da5e17b8ebf88 (diff)
cla: reconfigure waybar
This adds in the specific temp sensors for CLA, as well as splits the config into two bars; on DP-1, is the resource monitoring, and on HDMI-A-1 is the temp monitoring.
Diffstat (limited to 'waybar/style.css')
-rw-r--r--waybar/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/waybar/style.css b/waybar/style.css
index 88b8900..cf2ad88 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -152,12 +152,12 @@ label:focus {
}
#cpu {
- background-color: #1b1d1c;
+ background-color: #198844;
color: #ffffff;
}
#memory {
- background-color: #198844;
+ background-color: #1b1d1c;
color: #ffffff;
}
@@ -182,7 +182,7 @@ label:focus {
}
#pulseaudio {
- background-color: #198844;
+ background-color: #1b1d1c;
color: #ffffff;
}