forked from colonelpanic/dotfiles
[Linux] Add pasystray service
This commit is contained in:
parent
40284ed448
commit
753bbb94cf
12
dotfiles/config/systemd/user/pasystray.service
Normal file
12
dotfiles/config/systemd/user/pasystray.service
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Pulse Audio System Tray
|
||||||
|
Requires=taffybar.service
|
||||||
|
After=taffybar.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/usr/bin/pasystray
|
||||||
|
ExecStop=/usr/bin/pkill pasystray
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=wm.target
|
Loading…
Reference in New Issue
Block a user