summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/fetchWallpaper.nix
blob: 16a7a13b251f1f8310571d45449df25bbd8766d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ config, pkgs, ... }:

{
  krebs.fetchWallpaper = {
    enable = true;
    display = ":0.0";
    unitConfig.ConditionPathExists = "!/var/run/ppp0.pid";
    timerConfig = {
      OnCalendar = "*:0/30";
    };
    url = "http://prism.r/realwallpaper-sat-krebs.png";
  };

}