From 8a547ca276e440505cf08b8687a4f3259fc91472 Mon Sep 17 00:00:00 2001 From: onelin Date: Mon, 22 Jun 2026 23:05:56 +0200 Subject: Use battery ctl script --- usr/lib/udev/rules.d/96-adapter-notify.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/udev/rules.d/96-adapter-notify.rules b/usr/lib/udev/rules.d/96-adapter-notify.rules index 3901af3..d1eabef 100644 --- a/usr/lib/udev/rules.d/96-adapter-notify.rules +++ b/usr/lib/udev/rules.d/96-adapter-notify.rules @@ -1,2 +1,2 @@ # handle change of power source ac/bat, ignore input device batteries -ACTION=="change", SUBSYSTEM=="power_supply", KERNEL!="hidpp_battery*", RUN+="/usr/local/bin/sigblock -b bat" +ACTION=="change", SUBSYSTEM=="power_supply", KERNEL!="hidpp_battery*", RUN+="/usr/local/bin/status_ctl update battery" -- cgit v1.3