diff --git a/fetch b/fetch index b36b6906..67070163 100755 --- a/fetch +++ b/fetch @@ -1235,7 +1235,7 @@ getbattery () { # If there's only a single battery and it's battery 0, # don't number the subtitle. if [ "${#batteries[@]}" == 1 ]; then - battery="$(prin "${title}: ${batteries[0]}%")" + battery="${batteries[0]}%" return fi