summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/fetchWallpaper.nix
blob: f63417e8fc2d32c26bf99af0d11c5fa228e66e0b (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-krebs.png";
  };

}