mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-13 11:44:21 +02:00
11 lines
216 B
Desktop File
11 lines
216 B
Desktop File
[Unit]
|
|
Description=Weather updater
|
|
PartOf=graphical-session.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/mkdir -p %t/i3
|
|
ExecStart=%h/.config/i3/bin/weather
|
|
Type=oneshot
|
|
RemainAfterExit=false
|
|
Restart=on-failure
|
|
RestartSec=3s
|