made thermal.sh command have the zone be configurable.
This commit is contained in:
+4
-1
@@ -1,8 +1,11 @@
|
||||
!/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
# degrees in C
|
||||
THERMAL_ALERT=75
|
||||
|
||||
# see: /sys/class/thermal/thermal_zone*
|
||||
THERMAL_ZONE=0
|
||||
|
||||
STORAGE_MONITOR=("/")
|
||||
|
||||
# must declare associated array explicitly
|
||||
|
||||
Reference in New Issue
Block a user