battered 0.7.0

Make the most of your laptop's battery life with custom actions and informative desktop notifications.
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=battered - Battery level action and notification daemon
After=multi-user.target

[Service]
Type=simple
Environment=RUST_LOG=WARN
ExecStart=/usr/bin/battered
Restart=on-failure
RestartSec=30

[Install]
WantedBy=default.target