- 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
* 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