From aff6bf3b87e2f417b3751f1368c26af4d69cf7b1 Mon Sep 17 00:00:00 2001 From: Octopus Octopus Date: Thu, 2 May 2024 09:31:06 -0500 Subject: [PATCH] add various systray services blueman-applet megasync protonmail-bridge protonvpn-app --- blueman-applet.service | 11 +++++++++++ megasync.service | 13 +++++++++++++ protonmail-bridge.service | 13 +++++++++++++ protonvpn-app.service | 12 ++++++++++++ 4 files changed, 49 insertions(+) create mode 100644 blueman-applet.service create mode 100644 megasync.service create mode 100644 protonmail-bridge.service create mode 100644 protonvpn-app.service diff --git a/blueman-applet.service b/blueman-applet.service new file mode 100644 index 0000000..6c70c6e --- /dev/null +++ b/blueman-applet.service @@ -0,0 +1,11 @@ +[Unit] +Description=a tray applet for managing bluetooth +Documentation=man:blueman-applet +BindsTo=labwc-session.target + +[Service] +Type=simple +ExecStart=/usr/bin/blueman-applet + +[Install] +WantedBy=labwc-session.target diff --git a/megasync.service b/megasync.service new file mode 100644 index 0000000..8d32fa2 --- /dev/null +++ b/megasync.service @@ -0,0 +1,13 @@ +[Unit] +Description=Easy automated syncing between your computers and your MEGA Cloud Drive +Documentation=https://help.mega.io/installs-apps/desktop-syncing +BindsTo=labwc-session.target +After=labwc-session.target + +[Service] +Type=simple +Environment="QT_QPA_PLATFORM=xcb" +ExecStart=/usr/bin/megasync + +[Install] +WantedBy=labwc-session.target diff --git a/protonmail-bridge.service b/protonmail-bridge.service new file mode 100644 index 0000000..7293ce2 --- /dev/null +++ b/protonmail-bridge.service @@ -0,0 +1,13 @@ +[Unit] +Description= Proton Mail Bridge application +Documentation=https://github.com/ProtonMail/proton-bridge +BindsTo=labwc-session.target +After=labwc-session.target +ConditionEnvironment=WAYLAND_DISPLAY + +[Service] +Type=simple +ExecStart=/usr/bin/protonmail-bridge + +[Install] +WantedBy=labwc-session.target diff --git a/protonvpn-app.service b/protonvpn-app.service new file mode 100644 index 0000000..3d0a693 --- /dev/null +++ b/protonvpn-app.service @@ -0,0 +1,12 @@ +[Unit] +Description=Official ProtonVPN Linux app +Documentation=https://github.com/ProtonVPN/proton-vpn-gtk-app +BindsTo=labwc-session.target +After=labwc-session.target + +[Service] +Type=simple +ExecStart=/usr/bin/protonvpn-app + +[Install] +WantedBy=labwc-session.target