mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
move battery symbol to trail percentage
This commit is contained in:
parent
f8d41d522d
commit
069d5a28c8
1 changed files with 1 additions and 1 deletions
|
@ -83,5 +83,5 @@ for bat in $BATS; do
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
printf "\005%s|%s|%d%%\005{-} " "$color" "$sign" "$percent"
|
printf "\005%s%d%%|%s|\005{-} " "$color" "$percent" "$sign"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue