Rewrite for Debian only

This commit is contained in:
2025-04-06 17:27:10 +01:00
parent c0b620f606
commit 4e864a0141
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/'