diff options
author | lassulus <lass@blue.r> | 2018-11-10 21:45:27 +0100 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-11-10 21:46:49 +0100 |
commit | 271871090289d166ea34ae41df63eaa1cf26da19 (patch) | |
tree | ead86694b29ce6adcdb7fa9c08cfb9a67eb57c2c | |
parent | 96a3e3c35d305699b7f279c3ea2fd0a18c8d6e97 (diff) |
l & m: fetchWallpaper: fetch realwallpaper-krebs.png
-rw-r--r-- | lass/2configs/fetchWallpaper.nix | 2 | ||||
-rw-r--r-- | makefu/2configs/fetchWallpaper.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lass/2configs/fetchWallpaper.nix b/lass/2configs/fetchWallpaper.nix index 31a01c754..e756c3424 100644 --- a/lass/2configs/fetchWallpaper.nix +++ b/lass/2configs/fetchWallpaper.nix @@ -6,7 +6,7 @@ in { krebs.fetchWallpaper = { enable = true; unitConfig.ConditionPathExists = "!/var/run/ppp0.pid"; - url = "prism/realwallpaper-sat-krebs.png"; + url = "prism/realwallpaper-krebs.png"; maxTime = 10; }; } diff --git a/makefu/2configs/fetchWallpaper.nix b/makefu/2configs/fetchWallpaper.nix index 16a7a13b2..f63417e8f 100644 --- a/makefu/2configs/fetchWallpaper.nix +++ b/makefu/2configs/fetchWallpaper.nix @@ -8,7 +8,7 @@ timerConfig = { OnCalendar = "*:0/30"; }; - url = "http://prism.r/realwallpaper-sat-krebs.png"; + url = "http://prism.r/realwallpaper-krebs.png"; }; } |