Compare commits
2 Commits
53e29f3911
...
f59ed4e280
| Author | SHA1 | Date | |
|---|---|---|---|
| f59ed4e280 | |||
| e3a0548ca4 |
@@ -21,6 +21,9 @@
|
|||||||
log = {
|
log = {
|
||||||
date = "iso";
|
date = "iso";
|
||||||
};
|
};
|
||||||
|
init = {
|
||||||
|
defaultBranch = "main";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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