surtur
2cf6883b3c
utilizes powerprofilesctl to change states automatically based on the current battery level ref: https://www.reddit.com/r/gnome/comments/qn60lo/automatic_power_profile_selection
10 lines
138 B
SYSTEMD
10 lines
138 B
SYSTEMD
[Unit]
|
|
Description=Power Profiles timer
|
|
|
|
[Timer]
|
|
OnActiveSec=20s
|
|
OnUnitActiveSec=5m
|
|
Unit=battery.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target |