2021-08-10 13:08:15 +02:00
|
|
|
[Unit]
|
2021-08-10 13:14:22 +02:00
|
|
|
Description=Update weather for Polybar
|
2021-08-10 13:08:15 +02:00
|
|
|
PartOf=graphical-session.target
|
|
|
|
After=polybar.service
|
2021-09-22 09:46:05 +02:00
|
|
|
Requisite=polybar.service
|
2021-08-10 13:08:15 +02:00
|
|
|
|
|
|
|
[Service]
|
2021-08-10 13:26:46 +02:00
|
|
|
# Get one from https://openweathermap.org/, it's free
|
2021-08-10 13:08:15 +02:00
|
|
|
Environment=OWM_API_KEY=81687c78e0376836871a6cb9fc347249
|
|
|
|
ExecStart=/usr/bin/mkdir -p %h/.cache/i3
|
|
|
|
ExecStart=%h/.config/i3/bin/polybar-weather
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=false
|
2021-08-11 08:04:57 +02:00
|
|
|
Restart=on-failure
|
|
|
|
RestartSec=3s
|