diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-31 01:28:41 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-31 01:28:41 -0600 |
| commit | 89a00a3300c418ca2cda626c65d655bb7a4fbd35 (patch) | |
| tree | 3046ab33d6425a0b7178d1f6995cfb3b4872f785 /dotfiles/hyprland/.config/waybar | |
| parent | 1bca8a134da63dcaf31380b9dc11a4890e8302ab (diff) | |
fix(waybar): raise temperature warning threshold to 80C
Also remove 60s Sounds radio stream from playlist.
Diffstat (limited to 'dotfiles/hyprland/.config/waybar')
| -rw-r--r-- | dotfiles/hyprland/.config/waybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
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": "<span size='large'></span> {temperatureC}°C", "format-critical": "<span size='large'></span> {temperatureC}°C", |
