Commit Graph

14 Commits

Author SHA1 Message Date
rmm
04cfbe6962 Multiple adjustments
- removed cpuTempInputOffset
- reworked configuration
- changed default backup location to the script's directory
- adjusted the CPU sensor detection to be more flexible
- removed redundant JS code escaping
- adjusted the injected JS code to the modified configuration
- repaired script execution with multiple parameters
- showing usgage information only if none of the parameters valid
- added output formatting, reworked output messages
- adjusted indentation
- further minor fixes
2023-07-02 16:16:58 +02:00
Meliox
578fdf66d8 Remove unintended exit 2023-06-30 12:13:58 +02:00
Meliox
28156addfe Add info on nvme and hdd/ssd 2023-06-30 12:13:22 +02:00
Meliox
a89ad7ad61 Try to automatically determine cpu sensor. If not detected ask the user. 2023-06-30 12:05:21 +02:00
Meliox
08c5b83d21 Some escaping 2023-06-30 09:47:49 +02:00
Meliox
b05656c3a3 Code cleanup of variables 2023-06-30 09:44:07 +02:00
Meliox
d63e83c629 Remove unused keys 2023-06-28 23:41:43 +02:00
Meliox
58d00533f9 fix indentation 2023-06-28 23:40:55 +02:00
Meliox
6ff1b3b44c Fix trailing ending 2023-06-28 23:37:46 +02:00
Meliox
889a3572e9 Ask user for input for CPU configuration
Disable hdd/ssd information automatically if not found
Disable nvme information automatically if not found
Remove unintended package install
2023-06-28 23:26:41 +02:00
Meliox
496b250ca3 Some code cleanup
Enable copying of backup files
2023-06-27 20:16:56 +02:00
R.M.M
1469e64ba7
Dynamic display of temperatures for all CPU cores, NVMe drives and HDD/SSDs (#2)
* Dynamic temperatures display for all CPU cores and NVMe drives.
* Panel height made adjustable.
* Degree sign added.
* Vertical alignment set to 'top' for all rows in the panel.
* Support for HDD/SSD temparatures added (requires kernel module drivetemp).
* Move sensor config to beginning of script.
* Warn user if drivetemp kernal module is not installed
* Save sensor -j reading into a single variable that all temps are read from
* Update readme to new changes
2023-06-27 20:13:41 +02:00
Meliox
bbeff75c74
Update pve-mod-gui-temp.sh
Add function to install lm-sensors during installation process
2023-04-26 18:01:06 +02:00
Meliox
b2117d4250
Add files via upload 2023-04-24 20:38:43 +02:00