Try to fix waybar and mullvad-vpn
This commit is contained in:
@ -3,6 +3,7 @@ Description=Auto-starting apps for graphical sessions
|
||||
Documentation=man:systemd.target(5)
|
||||
StopWhenUnneeded=yes
|
||||
After=graphical-session.target
|
||||
StopPropagatedFrom=graphical-session.target
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
|
||||
@ -5,6 +5,8 @@ PartOf=graphical-session.target
|
||||
After=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
BusName=fr.arouillard.waybar
|
||||
ExecStart=%h/.local/bin/waybar -c %h/.config/river/waybar/config.jsonc -s %h/.config/river/waybar/style.css
|
||||
ExecReload=kill -SIGUSR2 $MAINPID
|
||||
Restart=on-failure
|
||||
|
||||
Reference in New Issue
Block a user