add various systray services

blueman-applet
megasync
protonmail-bridge
protonvpn-app
This commit is contained in:
Octopus Octopus 2024-05-02 09:31:06 -05:00
parent a85a5cd8f1
commit aff6bf3b87
4 changed files with 49 additions and 0 deletions

11
blueman-applet.service Normal file
View File

@ -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

13
megasync.service Normal file
View File

@ -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

13
protonmail-bridge.service Normal file
View File

@ -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

12
protonvpn-app.service Normal file
View File

@ -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