forked from colonelpanic/dotfiles
[Linux] Add kdeconnect service
This commit is contained in:
parent
3a0c142760
commit
a27fbbe581
@ -1,12 +0,0 @@
|
||||
[Unit]
|
||||
Description=BatteryMon
|
||||
Wants=taffybar.service
|
||||
After=taffybar.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/env batterymon -t 24x24_wide -i 2
|
||||
ExecStop=/usr/bin/pkill batterymon
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
12
dotfiles/config/systemd/user/kdeconnect.service
Normal file
12
dotfiles/config/systemd/user/kdeconnect.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=KDE Connect
|
||||
Wants=taffybar.service
|
||||
After=taffybar.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/env kdeconnect-indicator
|
||||
ExecStop=/usr/bin/pkill kdeconnect-indicator
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
Loading…
Reference in New Issue
Block a user