14 lines
292 B
SYSTEMD
14 lines
292 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=weather for fast fetch
|
||
|
|
After=graphical-session.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "Hyprland" ""
|
||
|
|
ExecStart=%h/.local/bin/weather
|
||
|
|
Restart=on-failure
|
||
|
|
Slice=app-graphical.slice
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=graphical-session.target
|