dotfiles/home/.config/systemd/user/battery-notification.service

14 lines
269 B
SYSTEMD
Raw Normal View History

2024-12-24 22:38:52 +01:00
[Unit]
Description="Show a notification when the battery is low"
PartOf=graphical-session.target
[Service]
ExecStart=%h/.local/bin/scripts/gui/battery-notification
Type=oneshot
RemainAfterExit=false
Restart=on-failure
RestartSec=3s
[Install]
WantedBy=wm-ready.target