Update services

This commit is contained in:
2025-11-28 18:40:39 -08:00
parent 593d99cbe2
commit 6a86020107
9 changed files with 86 additions and 1 deletions

View File

@ -0,0 +1,11 @@
[Unit]
Description=Tray applet for managing bluetooth
Documentation=man:blueman-applet(1)
PartOf=tray-apps.target
After=tray-apps.target
[Service]
ExecStart=/usr/bin/blueman-applet
[Install]
WantedBy=tray-apps.target

View File

@ -0,0 +1,11 @@
[Unit]
Description=Profile based system control utility
Documentation=https://gitlab.com/corectrl/corectrl
PartOf=tray-apps.target
After=tray-apps.target
[Service]
ExecStart=/usr/bin/corectrl --minimize-systray
[Install]
WantedBy=tray-apps.target

View File

@ -0,0 +1,12 @@
[Unit]
Description=Modern open-source password manager
Documentation=man:keepassxc(1)
PartOf=tray-apps.target
After=tray-apps.target
[Service]
# In case this is wrapped by firejail
ExecStart=/usr/bin/env keepassxc --minimized
[Install]
WantedBy=tray-apps.target

View File

@ -0,0 +1,11 @@
[Unit]
Description=Mullvad VPN client for Linux
Documentation=https://mullvad.net/en/download/vpn/linux
PartOf=tray-apps.target
After=tray-apps.target
[Service]
ExecStart=/usr/bin/mullvad-vpn
[Install]
WantedBy=tray-apps.target

View File

@ -0,0 +1,11 @@
[Unit]
Description=File synchronisation desktop utility
Documentation=https://docs.nextcloud.com/server/latest/user_manual/en/desktop/index.html
PartOf=tray-apps.target
After=tray-apps.target
[Service]
ExecStart=/usr/bin/nextcloud
[Install]
WantedBy=tray-apps.target

View File

@ -0,0 +1,11 @@
[Unit]
Description=Proton Mail IMAP and SMTP Bridge
Documentation=https://proton.me/mail/bridge
PartOf=tray-apps.target
After=tray-apps.target
[Service]
ExecStart=/usr/bin/protonmail-bridge --no-window
[Install]
WantedBy=tray-apps.target

View File

@ -0,0 +1,11 @@
[Unit]
Description=Linux manager for many Logitech keyboards, mice, and trackpads
Documentation=https://pwr-solaar.github.io/Solaar/
PartOf=tray-apps.target
After=tray-apps.target
[Service]
ExecStart=/usr/bin/solaar -w hide
[Install]
WantedBy=tray-apps.target

View File

@ -0,0 +1,8 @@
[Unit]
Description=Auto-starting apps for graphical sessions
Documentation=man:systemd.target(5)
StopWhenUnneeded=yes
After=graphical-session.target
[Install]
WantedBy=graphical-session.target

View File

@ -3,7 +3,6 @@ Description=Highly customizable Wayland bar for Sway and Wlroots based composito
Documentation=https://github.com/Alexays/Waybar/wiki/
PartOf=graphical-session.target
After=graphical-session.target
Requisite=graphical-session.target
[Service]
ExecStart=%h/.local/bin/waybar -c %h/.config/river/waybar/config.jsonc -s %h/.config/river/waybar/style.css