File tree 5 files changed +5
-4
lines changed
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 309
309
"Highly customizable Wayland bar for Sway and Wlroots based compositors." ;
310
310
Documentation = "https://github.com/Alexays/Waybar/wiki" ;
311
311
PartOf = [ "graphical-session.target" ] ;
312
- After = [ "graphical-session-pre .target" ] ;
312
+ After = [ "graphical-session.target" ] ;
313
313
} ;
314
314
315
315
Service = {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ with lib;
30
30
Unit = {
31
31
Description = "Blueman applet" ;
32
32
Requires = [ "tray.target" ] ;
33
- After = [ "graphical-session-pre .target" "tray.target" ] ;
33
+ After = [ "graphical-session.target" "tray.target" ] ;
34
34
PartOf = [ "graphical-session.target" ] ;
35
35
} ;
36
36
Original file line number Diff line number Diff line change 28
28
Unit = {
29
29
Description = "Network Manager applet" ;
30
30
Requires = [ "tray.target" ] ;
31
- After = [ "graphical-session-pre .target" "tray.target" ] ;
31
+ After = [ "graphical-session.target" "tray.target" ] ;
32
32
PartOf = [ "graphical-session.target" ] ;
33
33
} ;
34
34
Original file line number Diff line number Diff line change 20
20
Unit = {
21
21
Description = "UPower-powered power alerter" ;
22
22
Documentation = "man:poweralertd(1)" ;
23
- After = [ "graphical-session-pre .target" ] ;
23
+ After = [ "graphical-session.target" ] ;
24
24
PartOf = [ "graphical-session.target" ] ;
25
25
} ;
26
26
Original file line number Diff line number Diff line change 128
128
systemd . user . services . wlsunset = {
129
129
Unit = {
130
130
Description = "Day/night gamma adjustments for Wayland compositors." ;
131
+ After = [ "graphical-session.target" ] ;
131
132
PartOf = [ "graphical-session.target" ] ;
132
133
} ;
133
134
You can’t perform that action at this time.
0 commit comments