[Linux] Add batterymon service
This commit is contained in:
parent
03639b4035
commit
66a141c666
12
dotfiles/config/systemd/user/batterymon.service
Normal file
12
dotfiles/config/systemd/user/batterymon.service
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=BatteryMon
|
||||||
|
Wants=taffybar.service
|
||||||
|
After=taffybar.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/usr/bin/env batterymon
|
||||||
|
ExecStop=/usr/bin/pkill batterymon
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=wm.target
|
Loading…
Reference in New Issue
Block a user