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