From 91a5f9790cfd4a98ee940633694fb512ecf24942 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Thu, 6 Aug 2026 00:29:36 +0530 Subject: i3 > hyprland & x11 > wayland --- quickshell/scripts/cpu_temp.sh | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 quickshell/scripts/cpu_temp.sh (limited to 'quickshell/scripts/cpu_temp.sh') diff --git a/quickshell/scripts/cpu_temp.sh b/quickshell/scripts/cpu_temp.sh deleted file mode 100755 index de73d7d..0000000 --- a/quickshell/scripts/cpu_temp.sh +++ /dev/null @@ -1,2 +0,0 @@ -temp=$(sensors | awk '/^Package id 0:/ {print int($4) + 273}') -echo "$temp" -- cgit v1.2.3