1 2 3 4 5 6 7
#!/bin/sh case "$BLOCK_BUTTON" in 1) setsid --fork cpupower-gui ;; esac echo " $(cat /sys/class/thermal/thermal_zone0/temp | cut -b 1,2)"