* Added an error message when the file isn't found
* $srv_install and $srv_remove are now at new locations
Created _old variables to keep track of old locations
* Added exit statement and specified daemon not removed
* Fixed some errors
* Fixed some grammar and punctuation
* Made more Grammar changes
* Added Post installation section
* Removed warning to not use `auto-cpufreq --install` as the issues
mentioned are already resolved, and auto-cpufreq --install works as
expected
* Added documentation for starting and enabling the daemon using just
systemd, and fixed some grammar.
* Added documentation for disabling with systemd
* Modified "How to run auto-cpufreq section" to include help options
* Fixed some formatting issues.
corrected location of power_helper.py script
* Made recommended changes
* Added index
Fixed a link
* Removed systemctl command, and added warning to use inbuilt commands
* Added instruction to clone the repo
* Added fan speed display
* optimizations in temperatures
* Simplified charging function and added percentage display
* change print battery status
* Fixed charging not returning boolean
* battery_percentage returns now rounded value insead of 10 decimals
* changed charging function back
* changed charging back and some display changes
* little fix at display battery percentage
* battery percentage not showing %
* add s6 script.
* fixing s6 init system with reload and call s6-svscan
* Fix my typo.
forgot to add slash to this dir.
* repalce reload init in bottom
* replace the samethings like install section
Co-authored-by: Anas <AnasR7@protonmail>
* Fixed where average all core temp is displayed with too many decimals.
* Made both total system load, and avg temp 2 decimals in cleaner .format form.
* Fixed the --version command when installed from source (#344)
The command only worked when running it inside the git repository.
Now, it works from everywhere, and the version is constructed using
the latest git tag and the SHA of the latest commit, which may help
with further debugging in future issues.
* Improving version output.
Renaming version_config to setuptools_git_versioning to be compliant with new plugin version.
Formatted the version when a git hash is present for a better readability.
The version is set in the setup.py file. This will be used for the tar.gz releases.
Snap version is also retrieved from setup.py too, so we avoid code repetition.