Update services
This commit is contained in:
11
systemd/tray-apps/blueman-applet.service
Normal file
11
systemd/tray-apps/blueman-applet.service
Normal 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
|
||||||
11
systemd/tray-apps/corectrl.service
Normal file
11
systemd/tray-apps/corectrl.service
Normal 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
|
||||||
12
systemd/tray-apps/keepassxc.service
Normal file
12
systemd/tray-apps/keepassxc.service
Normal 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
|
||||||
11
systemd/tray-apps/mullvad-vpn.service
Normal file
11
systemd/tray-apps/mullvad-vpn.service
Normal 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
|
||||||
11
systemd/tray-apps/nextcloud.service
Normal file
11
systemd/tray-apps/nextcloud.service
Normal 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
|
||||||
11
systemd/tray-apps/protonmail-bridge.service
Normal file
11
systemd/tray-apps/protonmail-bridge.service
Normal 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
|
||||||
11
systemd/tray-apps/solaar.service
Normal file
11
systemd/tray-apps/solaar.service
Normal 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
|
||||||
8
systemd/tray-apps/tray-apps.target
Normal file
8
systemd/tray-apps/tray-apps.target
Normal 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
|
||||||
@ -3,7 +3,6 @@ Description=Highly customizable Wayland bar for Sway and Wlroots based composito
|
|||||||
Documentation=https://github.com/Alexays/Waybar/wiki/
|
Documentation=https://github.com/Alexays/Waybar/wiki/
|
||||||
PartOf=graphical-session.target
|
PartOf=graphical-session.target
|
||||||
After=graphical-session.target
|
After=graphical-session.target
|
||||||
Requisite=graphical-session.target
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=%h/.local/bin/waybar -c %h/.config/river/waybar/config.jsonc -s %h/.config/river/waybar/style.css
|
ExecStart=%h/.local/bin/waybar -c %h/.config/river/waybar/config.jsonc -s %h/.config/river/waybar/style.css
|
||||||
|
|||||||
Reference in New Issue
Block a user