diff --git a/scripts/bash-status-bat b/scripts/bash-status-bat index d828589..5990f92 100755 --- a/scripts/bash-status-bat +++ b/scripts/bash-status-bat @@ -9,4 +9,4 @@ if [[ "$state" == "not charging" ]]; then state="full" fi -echo " $current% $state" +echo "$current $state"