battery-notify

battery level notifier
git clone git://git.pyratebeard.net/battery-notify.git
Log | Files | Refs | README

commit adb239ef3c116102ba505c71f653c86f30651f60
parent 864e0ce5dd3a42862f367207206d902505556ad3
Author: pyratebeard <root@pyratebeard.net>
Date:   Sat,  9 Nov 2019 17:15:38 +0000

change timer speed

increase timer activation speed to 5second intervals to allow for a more realtime notification of battery status change

Diffstat:
Mbattery-notify.timer | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/battery-notify.timer b/battery-notify.timer @@ -3,7 +3,8 @@ Description=Timer to run battery-notify [Timer] OnActiveSec=1min -OnUnitActiveSec=1min +OnUnitActiveSec=5s +AccuracySec=1us [Install] WantedBy=timers.target