mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-02-23 03:49:02 +00:00
13 lines
269 B
Desktop File
13 lines
269 B
Desktop File
[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
|