l 2 fetchWallpaper: add maxTime of 10 secs

This commit is contained in:
lassulus 2017-01-26 23:59:54 +01:00
parent 5edbdb287d
commit 97edec1f2d

View File

@ -7,6 +7,7 @@ in {
enable = true;
unitConfig.ConditionPathExists = "!/var/run/ppp0.pid";
url = "prism/wallpaper.png";
maxTime = 10;
};
systemd.services.fetchWallpaper = {
after = [ "xmonad.service" ];