10 Commits

Author SHA1 Message Date
purple wazard
397ab2cf88 removed blank lines in battery info 2024-05-06 09:28:43 -05:00
purple wazard
0effebe3bb formatted the battery output and added stats to --debug and --status 2024-04-26 10:28:59 -05:00
purple wazard
02d81f06c4 added warnings to ideapad_laptop 2024-04-15 09:23:57 -05:00
purple wazard
0134da5e50 added warnings to laptop_acpi 2024-04-15 09:03:58 -05:00
purple wazard
bd811ca32b add warning messages to thinkpad 2024-04-15 08:43:36 -05:00
shadeyg56
215026ad43 battery: add shell=True to lsmod call
systemd needs shell=True otherwise it returns "FileNotFoundError: [Errno 2] No such file or directory: 'lsmod'"
2024-03-18 18:37:47 -05:00
PurpleWazard
971f40f0ca
Add conservation mode to lenovo laptops (#652)
* adding support for lenovo ideapad_laptop devices

* testing lenovo_laptop

* renamed functions

* fix code bugs

* updated readme with lenovo laptop conservation mode.
2024-03-11 07:09:26 +01:00
PurpleWazard
539914a545
Rebuilt battery scripts (#645)
* rebuilt thinkpad and ideapad

* updated conf example
2024-02-13 19:34:11 +01:00
PurpleWazard
005b4aa178
enable_tresholds config file improvements (Closes: #641) 2024-02-10 18:02:25 +01:00
PurpleWazard
1abad4da7b
Add battery charge thresholds limit (#637)
* added battery files

* finished main battery script

* added battery_script in auto_cpufreq

* fix some errors with batterys

* setup some battery stat printing

* added battery config printing to monitor and live modes

* fix some bugs now works on daemon and monitor mode

* cleaned up battery.py

* started to fix writing issue

* still debuging fixes

* bug fixed thinkpad stop threshold cant do below 65

* updated auto-cpufreq.conf-example with battery thresholds
2024-02-07 06:27:56 +01:00