dotfiles/dotfiles/config/systemd/user/batterymon.service

13 lines
217 B
SYSTEMD
Raw Normal View History

2016-11-30 12:43:41 -06:00
[Unit]
Description=BatteryMon
Wants=taffybar.service
After=taffybar.service
[Service]
Type=simple
2017-02-28 20:10:05 -08:00
ExecStart=/usr/bin/env batterymon -t 24x24_wide -i 2
2016-11-30 12:43:41 -06:00
ExecStop=/usr/bin/pkill batterymon
[Install]
WantedBy=wm.target