From edbeabd96ba16a82eb7be871a9c613d86f1202e1 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Fri, 18 Dec 2020 11:36:58 -0500 Subject: [PATCH] add time to full --- status | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/status b/status index bfc4ba3..9154162 100755 --- a/status +++ b/status @@ -11,7 +11,8 @@ function power_set() { echo " battery," echo "$(upower -d | grep "time to empty" | tail -c 15) remaining" else - echo " battery" + echo " battery," + echo "$(upower -d | grep "time to full" | tail -c 15) until charged" fi } -- 2.39.2