Skip to content

Instantly share code, notes, and snippets.

@ti-mo
Created September 16, 2015 08:15
Show Gist options
  • Save ti-mo/45f5de16b5d6b4625a3d to your computer and use it in GitHub Desktop.
Save ti-mo/45f5de16b5d6b4625a3d to your computer and use it in GitHub Desktop.
Arch tpacpi settings
[Unit]
Description=sets battery thresholds
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/tpacpi-bat -s ST 0 80
ExecStart=/usr/bin/tpacpi-bat -s SP 0 90
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment