From a2239a0c50543c21d152423d9849c8533751fd04 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 4 Jun 2024 22:33:53 -0500 Subject: cla: set waybar config to have diff bar per output This changes the bar on each output slightly; DP-1 will have system usage, HDMI-A-1 will have temps. --- 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