l 2 fetchWallpaper: add maxTime of 10 secs
This commit is contained in:
parent
5edbdb287d
commit
97edec1f2d
|
@ -7,6 +7,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
unitConfig.ConditionPathExists = "!/var/run/ppp0.pid";
|
unitConfig.ConditionPathExists = "!/var/run/ppp0.pid";
|
||||||
url = "prism/wallpaper.png";
|
url = "prism/wallpaper.png";
|
||||||
|
maxTime = 10;
|
||||||
};
|
};
|
||||||
systemd.services.fetchWallpaper = {
|
systemd.services.fetchWallpaper = {
|
||||||
after = [ "xmonad.service" ];
|
after = [ "xmonad.service" ];
|
||||||
|
|
Loading…
Reference in a new issue