mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
usr/lib/byobu/disk: add trailing whitespace
This commit is contained in:
parent
c3231e94cb
commit
1040e337e4
2 changed files with 2 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -9,6 +9,7 @@ byobu (4.2) unreleased; urgency=low
|
|||
* etc/byobu/statusrc:
|
||||
- turn on battery, disk_io, users, wifi, as nothing is displayed
|
||||
if we have none
|
||||
* usr/lib/byobu/disk: add trailing whitespace
|
||||
|
||||
[ Scott Moser ]
|
||||
* usr/bin/byobu, usr/bin/byobu-reconnect-sockets,
|
||||
|
|
|
@ -50,4 +50,4 @@ get_size_pct() {
|
|||
get_size_pct "${MP}"
|
||||
|
||||
color b M W; echo -n "$_SIZE"; color -; color M W; echo -n "${_UNIT}B,"; color -;
|
||||
color b M W; echo -n "$_PCT"; color -; color M W; echo -n "%" ; color -;
|
||||
color b M W; echo -n "$_PCT"; color -; color M W; echo -n "%" ; color --;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue