From 4bc1386f0f8dafe3b6bdf9b1971f63e7f8ecb683 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 10 Jul 2024 20:34:26 +0200 Subject: [PATCH] enable battery widget in btm --- usr/lib/archboot/login.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/login.sh b/usr/lib/archboot/login.sh index ed49e06fc..577d81149 100644 --- a/usr/lib/archboot/login.sh +++ b/usr/lib/archboot/login.sh @@ -129,7 +129,7 @@ fi # start bottom on VC6 while [[ "${_TTY}" = "tty6" ]] ; do if command -v btm 2>"${_NO_LOG}"; then - btm + btm --battery fi done # start bandwhich on VC5 on online medium