waybar: don't use network-online.target in service

This commit is contained in:
teutat3s 2024-11-17 22:08:21 +01:00
parent e0eb8a80d0
commit 5ee369ac5b
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -6,11 +6,9 @@
BindsTo = [ "sway-session.target" ]; BindsTo = [ "sway-session.target" ];
After = [ After = [
"sway-session.target" "sway-session.target"
"network-online.target"
]; ];
Wants = [ Wants = [
"graphical-session-pre.target" "graphical-session-pre.target"
"network-online.target"
"blueman-applet.service" "blueman-applet.service"
]; ];
ConditionEnvironment = [ "WAYLAND_DISPLAY" ]; ConditionEnvironment = [ "WAYLAND_DISPLAY" ];