mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-12 19:24:20 +02:00
12 lines
289 B
SYSTEMD
12 lines
289 B
SYSTEMD
|
[Unit]
|
||
|
Description=Build and display wallpaper
|
||
|
PartOf=graphical-session.target
|
||
|
After=polybar.service
|
||
|
|
||
|
[Service]
|
||
|
Environment=OWM_API_KEY=81687c78e0376836871a6cb9fc347249
|
||
|
ExecStart=/usr/bin/mkdir -p %h/.cache/i3
|
||
|
ExecStart=%h/.config/i3/bin/polybar-weather
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=false
|