feat: make apod faster

This commit is contained in:
Jet 2026-04-20 17:22:34 -07:00
parent be2da3ca70
commit 1a13f68ae4
No known key found for this signature in database

View file

@ -818,10 +818,11 @@ in
};
systemd.user.timers.nasa-apod-wallpaper = {
Unit.Description = "Refresh NASA APOD wallpaper daily";
Unit.Description = "Refresh NASA APOD wallpaper regularly";
Timer = {
OnStartupSec = "0";
OnUnitActiveSec = "1d";
OnStartupSec = "2m";
OnCalendar = "hourly";
Persistent = true;
Unit = "nasa-apod-wallpaper.service";
};
Install.WantedBy = [ "timers.target" ];