vincentbernat.i3wm-configur.../dotfiles/systemd/weather.service
Vincent Bernat 45ee293d35 weather: do not make it depend on polybar
It's not used only by polybar and can be run before or after it.
2021-12-26 14:58:32 +01:00

13 lines
326 B
Desktop File

[Unit]
Description=Update weather
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