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;