10 lines
245 B
Desktop File
10 lines
245 B
Desktop File
[Unit]
|
|
Description=Set ASUS BAT1 charge threshold to 80%%
|
|
After=graphical-session.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/bash -c 'echo 80 > /sys/class/power_supply/BAT1/charge_control_end_threshold'
|
|
|
|
[Install]
|
|
WantedBy=default.target
|