dotfiles/.config/systemd/user/weather.service

14 lines
292 B
SYSTEMD
Raw Normal View History

2026-03-09 00:07:31 -04:00
[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