summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@blue.r>2018-11-10 21:45:27 +0100
committerlassulus <lass@blue.r>2018-11-10 21:46:49 +0100
commit271871090289d166ea34ae41df63eaa1cf26da19 (patch)
treeead86694b29ce6adcdb7fa9c08cfb9a67eb57c2c
parent96a3e3c35d305699b7f279c3ea2fd0a18c8d6e97 (diff)
l & m: fetchWallpaper: fetch realwallpaper-krebs.png
-rw-r--r--lass/2configs/fetchWallpaper.nix2
-rw-r--r--makefu/2configs/fetchWallpaper.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/lass/2configs/fetchWallpaper.nix b/lass/2configs/fetchWallpaper.nix
index 31a01c75..e756c342 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 16a7a13b..f63417e8 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";
};
}