mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-02-22 19:39:03 +00:00
10 lines
161 B
SYSTEMD
10 lines
161 B
SYSTEMD
|
[Unit]
|
||
|
Description="Timer for low battery notification sendout"
|
||
|
PartOf=graphical-session.target
|
||
|
|
||
|
[Timer]
|
||
|
OnUnitActiveSec=20s
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=wm-ready.target
|