From: Armaan Bhojwani Date: Fri, 18 Dec 2020 16:36:58 +0000 (-0500) Subject: add time to full X-Git-Tag: v0.0.1~75 X-Git-Url: https://git.armaanb.net/?p=bin.git;a=commitdiff_plain;h=edbeabd96ba16a82eb7be871a9c613d86f1202e1 add time to full --- 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 }