* add the --force option and governor overrides
* update README to reflect --force option
* add --state option
* update README with --state option
* update README to expand on --force functionality
* change name of remove() func and remove pickle upon --remove
* check if daemon is not running when using --force and change --state
* add links to README
* change force section wording
* add quotes to --force help
* add override warning to stats file
* hide --get-state flag
* consolidate error messages and add daemon checks to --get-state and --stats
* add quotes
* Fixed seperator so that it prints to the lenght of the terminal and uses box lines instead of hyphens
* Replaced multiple echo calls with either a single echo call or a here
doc.
Here docs are more efficient as they only call once, and formatting
doesn't need to be done with escape characters, thus making code more
readable
* Moved header to the center
* Fixed _EOF_ error
* Fixed Indentation problem.
Moved $COLOUMN into seperator function, so if the terminal is resized
while the script is running, a new seperator should be resized as well.
* Added a header function as the "auto-cpufreq installer" heading comes up
multiple times.
Made local variables to allow for neat drawing when resizing the
terminal.
* Fixed spacing issue
* Replaced "=" with seperators and added blank lines
* Added a check for wrapper script. This allows uninstallation without the daemon needing to be installed
* 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.