Regenerated
This commit is contained in:
+290
-290
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -2419,8 +2419,8 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
# User service to randomize wallpapers
|
# User service to randomize wallpapers
|
||||||
systemd.user.services.copyWallpapers = {
|
systemd.user.services.randomizeWallpapers = {
|
||||||
description = "Copy wallpapers from repo to ~/Wallpapers";
|
description = "Randomize wallpapers in ~/Wallpapers/pictures";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = "${randoScript}";
|
ExecStart = "${randoScript}";
|
||||||
|
|||||||
@@ -57,8 +57,8 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
# User service to randomize wallpapers
|
# User service to randomize wallpapers
|
||||||
systemd.user.services.copyWallpapers = {
|
systemd.user.services.randomizeWallpapers = {
|
||||||
description = "Copy wallpapers from repo to ~/Wallpapers";
|
description = "Randomize wallpapers in ~/Wallpapers/pictures";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = "${randoScript}";
|
ExecStart = "${randoScript}";
|
||||||
|
|||||||
Reference in New Issue
Block a user