[wpaperd] Adds wallpaper rotation
This commit is contained in:
@@ -10,6 +10,12 @@ monitors:
|
|||||||
settings = builtins.listToAttrs (map (mon: {
|
settings = builtins.listToAttrs (map (mon: {
|
||||||
name = mon;
|
name = mon;
|
||||||
value = { path = "~/Pictures/Wallpaper/${mon}"; };
|
value = { path = "~/Pictures/Wallpaper/${mon}"; };
|
||||||
}) monitors);
|
}) monitors) // {
|
||||||
|
default = {
|
||||||
|
duration = "1h";
|
||||||
|
mode = "center";
|
||||||
|
sorting = "random";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user