From 15bed9293ad7fb0b54cef68cdbf1a0549ec7aa97 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Mon, 8 Dec 2025 12:01:07 +0530 Subject: forgot about cpu temperature --- quickshell/cpu_temp.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 quickshell/cpu_temp.sh (limited to 'quickshell/cpu_temp.sh') diff --git a/quickshell/cpu_temp.sh b/quickshell/cpu_temp.sh new file mode 100755 index 0000000..de73d7d --- /dev/null +++ b/quickshell/cpu_temp.sh @@ -0,0 +1,2 @@ +temp=$(sensors | awk '/^Package id 0:/ {print int($4) + 273}') +echo "$temp" -- cgit v1.2.3