From 8b11017e75cd8c03bd9a9030dc90280b007b80e1 Mon Sep 17 00:00:00 2001 From: Viyurz Date: Fri, 8 Mar 2024 09:17:32 +0100 Subject: [PATCH] Waybar: Fix CPU/GPU temperature module blink when high/alert. --- .config/waybar/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index a7f0f6f..6948e2d 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -116,15 +116,15 @@ } #battery.30:not(.charging), -#custom-temp-gpu.high, -#custom-temp-cpu.high { +#custom-gpu-temp.high, +#custom-cpu-temp.high { background-color: alpha(@bad, 0.33); } #battery.20:not(.charging), #battery.10:not(.charging), -#custom-temp-gpu.alert, -#custom-temp-cpu.alert { +#custom-gpu-temp.alert, +#custom-cpu-temp.alert { background-color: alpha(@bad, 0.5); animation-name: blink; animation-duration: 1.5s;