mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 20:20:41 +00:00
Add low battery notification reminder
This commit is contained in:
parent
6c5c3fb36c
commit
f6f292306e
4 changed files with 106 additions and 0 deletions
9
home/.config/systemd/user/battery-notification.timer
Normal file
9
home/.config/systemd/user/battery-notification.timer
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description="Timer for low battery notification sendout"
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Timer]
|
||||
OnUnitActiveSec=20s
|
||||
|
||||
[Install]
|
||||
WantedBy=wm-ready.target
|
Loading…
Add table
Add a link
Reference in a new issue