feat: make apod faster
This commit is contained in:
parent
be2da3ca70
commit
1a13f68ae4
1 changed files with 4 additions and 3 deletions
7
home.nix
7
home.nix
|
|
@ -818,10 +818,11 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user.timers.nasa-apod-wallpaper = {
|
systemd.user.timers.nasa-apod-wallpaper = {
|
||||||
Unit.Description = "Refresh NASA APOD wallpaper daily";
|
Unit.Description = "Refresh NASA APOD wallpaper regularly";
|
||||||
Timer = {
|
Timer = {
|
||||||
OnStartupSec = "0";
|
OnStartupSec = "2m";
|
||||||
OnUnitActiveSec = "1d";
|
OnCalendar = "hourly";
|
||||||
|
Persistent = true;
|
||||||
Unit = "nasa-apod-wallpaper.service";
|
Unit = "nasa-apod-wallpaper.service";
|
||||||
};
|
};
|
||||||
Install.WantedBy = [ "timers.target" ];
|
Install.WantedBy = [ "timers.target" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue