Rewrite for Debian only

This commit is contained in:
2025-04-06 17:27:10 +01:00
parent 53d449273a
commit 9ffdef2c4f
8 changed files with 44 additions and 186 deletions

4
scripts/temp Executable file
View File

@@ -0,0 +1,4 @@
#! /bin/bash
paste <(cat /sys/class/thermal/thermal_zone*/type) <(cat /sys/class/thermal/thermal_zone*/temp) | column -s $'\t' -t | sed 's/\(.\)..$/.\1°C/'