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 | f9db3b548609fec02923e8302c9baf471f1503b7 (patch) | |
| tree | 1d183a9c5bd344d84e4d63154198154771d6d3e0 /dotfiles/hyprland | |
| parent | 0db8fcc87620e66357f7d61e9d99791c0eafd799 (diff) | |
| download | archsetup-f9db3b548609fec02923e8302c9baf471f1503b7.tar.gz archsetup-f9db3b548609fec02923e8302c9baf471f1503b7.zip | |
fix(waybar): raise temperature warning threshold to 80C
Also remove 60s Sounds radio stream from playlist.
Diffstat (limited to 'dotfiles/hyprland')
| -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", |
