From c10f7b314d42bf3ea81bde97892421d2e2eab600 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 4 Jun 2024 23:42:11 -0500 Subject: 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. --- waybar/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'waybar/style.css') 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; } -- cgit v1.2.3