dotfiles/.config/systemd/user/get-nasa-apod.service

10 lines
215 B
Desktop File

[Unit]
Description=Refresh the wallpaper using the NASA Astronomy Picture of the Day
Wants=get-nasa-apod.timer
[Service]
WorkingDirectory=%h
ExecStart=%h/.local/bin/get-nasa-apod
[Install]
WantedBy=default.target