move battery symbol to trail percentage

This commit is contained in:
Dustin Kirkland 2009-04-06 15:51:04 -07:00
commit 069d5a28c8

View file

@ -83,5 +83,5 @@ for bat in $BATS; do
;;
esac
printf "\005%s|%s|%d%%\005{-} " "$color" "$sign" "$percent"
printf "\005%s%d%%|%s|\005{-} " "$color" "$percent" "$sign"
done