vincentbernat.i3wm-configur.../dotfiles/systemd/weather.service
2022-08-14 20:32:01 +02:00

13 lines
327 B
Desktop File

[Unit]
Description=Weather updater
PartOf=graphical-session.target
[Service]
# Get one from https://openweathermap.org/, it's free
Environment=OWM_API_KEY=81687c78e0376836871a6cb9fc347249
ExecStart=/usr/bin/mkdir -p %t/i3
ExecStart=%h/.config/i3/bin/weather
Type=oneshot
RemainAfterExit=false
Restart=on-failure
RestartSec=3s