- move CPU summary item and make it to a logical group for CPU temperatures
- add a new group/header for drives temperatures
- disable the default limit of items per row (can be still set if needed)
* More flexible CPU detection. Ask user to input correct parameters. Examples are presented to guide the user
* Amd temps are by default limited to "Tccd" whereas Intel is "Cores"
* Rework indexing of all temperature items. CPU temps will be presented in the order presented from lm-sensors
* Dynamically add temps and only show temps that are available (CPU, HDD, SSD, NVMe)
* Change default backup location to same location as the script
* Reworked script output messages
* Many code quality improvements
* Visual improvements temp display in proxmox gui
Resolves#1 , #3, #5
---------
Co-authored-by: Meliox
Co-authored-by: rmm
* 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