Sysfs_Power_Path can now be set in the config file (#48)

This commit is contained in:
erpalma
2018-09-01 10:10:49 +02:00
parent dcfa39acb8
commit 494ea7f595
2 changed files with 20 additions and 10 deletions

View File

@@ -1,5 +1,8 @@
[GENERAL]
# Enable or disable the script execution
Enabled: True
# SYSFS path for checking if the system is running on AC power
Sysfs_Power_Path = "/sys/class/power_supply/AC*/online"
## Settings to apply while connected to Battery power
[BATTERY]