From 89a00a3300c418ca2cda626c65d655bb7a4fbd35 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 31 Jan 2026 01:28:41 -0600 Subject: fix(waybar): raise temperature warning threshold to 80C Also remove 60s Sounds radio stream from playlist. --- dotfiles/hyprland/.config/waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/hyprland/.config/waybar/config') diff --git a/dotfiles/hyprland/.config/waybar/config b/dotfiles/hyprland/.config/waybar/config index 66e318b..676f040 100644 --- a/dotfiles/hyprland/.config/waybar/config +++ b/dotfiles/hyprland/.config/waybar/config @@ -62,7 +62,7 @@ "interval": 10, "hwmon-path-abs": "/sys/devices/pci0000:00/0000:00:18.3/hwmon", "input-filename": "temp1_input", - "warning-threshold": 70, + "warning-threshold": 80, "critical-threshold": 80, "format": "󰔏 {temperatureC}°C", "format-critical": "󰸁 {temperatureC}°C", -- cgit v1.2.3