504 current 2024-04-28 21:41:48 24.05.20240428.30ddacc 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-04-28 21:41:58 -04:00
parent 0867d1de17
commit 80ddde4643
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -34,21 +34,12 @@ in {
}; };
}; };
# systemd.user.services = {
# swaybg = mkService {
# Unit.Description = "Wallpaper chooser";
# Service = {
# ExecStart = "${lib.getExe pkgs.swaybg} -i ${theme.wallpaper}";
# Restart = "always";
# };
# };
# };
systemd.user.services = { systemd.user.services = {
swww = mkService { swaybg = mkService {
Unit.Description = "Wallpaper Daemon"; Unit.Description = "Wallpaper chooser";
Service = { Service = {
ExecStart = "${pkgs.swww}/bin/swww-daemon && ${pkgs.swww}/bin/swww img ${theme.wallpaper}"; ExecStart = "${lib.getExe pkgs.swaybg} -i ${theme.wallpaper}";
Restart = "always";
}; };
}; };
}; };