diff --git a/dotfiles/config/systemd/user/pasystray.service b/dotfiles/config/systemd/user/pasystray.service new file mode 100644 index 00000000..3cf27764 --- /dev/null +++ b/dotfiles/config/systemd/user/pasystray.service @@ -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