aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-31 01:28:41 -0600
committerCraig Jennings <c@cjennings.net>2026-01-31 01:28:41 -0600
commitf9db3b548609fec02923e8302c9baf471f1503b7 (patch)
tree1d183a9c5bd344d84e4d63154198154771d6d3e0
parent0db8fcc87620e66357f7d61e9d99791c0eafd799 (diff)
downloadarchsetup-f9db3b548609fec02923e8302c9baf471f1503b7.tar.gz
archsetup-f9db3b548609fec02923e8302c9baf471f1503b7.zip
fix(waybar): raise temperature warning threshold to 80C
Also remove 60s Sounds radio stream from playlist.
-rw-r--r--dotfiles/common/music/60s Sounds.m3u3
-rw-r--r--dotfiles/hyprland/.config/waybar/config2
2 files changed, 1 insertions, 4 deletions
diff --git a/dotfiles/common/music/60s Sounds.m3u b/dotfiles/common/music/60s Sounds.m3u
index 1507649..e69de29 100644
--- a/dotfiles/common/music/60s Sounds.m3u
+++ b/dotfiles/common/music/60s Sounds.m3u
@@ -1,3 +0,0 @@
-#EXTM3U
-#EXTINF:1,60's Sounds
-https://streams.fluxfm.de/60er/mp3-320/audio/
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",