From 05fab7dd81e8d34251d2e96e6ee8ddaf77dfd022 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Wed, 20 Nov 2024 22:51:37 +0100 Subject: [PATCH] fix(battery): Use correct battery name ; BAT1 --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index fbae8a8..41286cb 100644 --- a/.profile +++ b/.profile @@ -15,7 +15,7 @@ for term in kitty termite qterminal urxvt rxvt-unicode sakura gnome-terminal; do done # Pour la batterie des ordinateurs portables (~/bin/battery) -export BATPATH="/sys/class/power_supply/BAT0" +export BATPATH="/sys/class/power_supply/BAT1" # Permit DBUS to be launched if [ "$0" = "/usr/sbin/lightdm-session" -a "$DESKTOP_SESSION" = "i3" ]; then