Start pypr after tray target

This commit is contained in:
Nathan McCarty 2023-06-18 03:31:45 -04:00
parent d64c76d4d2
commit 13ff4b59ad
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ in with lib; {
systemd.user.services.pypr = {
Unit = {
Description = "pypr";
After = [ "graphical-session.target" ];
After = [ "tray.target" ];
};
Service = {
Type = "simple";