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
9 lines
137 B
SYSTEMD
9 lines
137 B
SYSTEMD
[Unit]
|
|
Description=Power Profiles service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=%h/.local/bin/battery.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |