Compare commits

..

2 Commits

Author SHA1 Message Date
f59ed4e280 [git] Set default branch to main 2025-04-23 15:58:39 -07:00
e3a0548ca4 [wpaperd] Adds wallpaper rotation 2025-04-23 15:57:59 -07:00
2 changed files with 11 additions and 2 deletions

View File

@@ -21,6 +21,9 @@
log = {
date = "iso";
};
init = {
defaultBranch = "main";
};
};
};
}

View File

@@ -10,6 +10,12 @@ monitors:
settings = builtins.listToAttrs (map (mon: {
name = mon;
value = { path = "~/Pictures/Wallpaper/${mon}"; };
}) monitors);
};
}) monitors) // {
default = {
duration = "1h";
mode = "center";
sorting = "random";
};
};
};
}