From e8e249290119eb11b73bc7ffc9d8836456a38ba1 Mon Sep 17 00:00:00 2001 From: Amand Tihon Date: Fri, 19 Feb 2010 11:47:22 +0100 Subject: [PATCH] Remove -B option chan calling acpi, as it's not always supported. --- S70_battery | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/S70_battery b/S70_battery index 6283574..c361442 100644 --- a/S70_battery +++ b/S70_battery @@ -9,7 +9,7 @@ battery_level() local online remaining bstatus gauge gcolor online=0 - acpi -B -a | grep -q "on-line" && online=1 + acpi -a | grep -q "on-line" && online=1 bstatus="$(acpi -b)" -- 2.39.2