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

11 lines
243 B
Desktop File

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