From 753bbb94cfbf797ad0e73fc3b5691176f3fceb17 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 5 Oct 2016 02:21:27 -0700 Subject: [PATCH] [Linux] Add pasystray service --- dotfiles/config/systemd/user/pasystray.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dotfiles/config/systemd/user/pasystray.service 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