mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
DISK light background should use dark font
Signed-off-by: z <z@e.com>
This commit is contained in:
parent
75140e25a9
commit
3c65cdc18b
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ __disk() {
|
|||
t*|T*) unit="$ICON_TB" ;;
|
||||
esac
|
||||
[ -n "$size" ] || return
|
||||
color b M W; printf "%s" "$size"; color -; color M W; printf "%s" "$unit"; color -;
|
||||
color b M W; printf "%s" "$pct"; color -; color M W; printf "%s" "$PCT"; color --;
|
||||
color b M k; printf "%s" "$size"; color -; color M k; printf "%s" "$unit"; color -;
|
||||
color b M k; printf "%s" "$pct"; color -; color M k; printf "%s" "$PCT"; color --;
|
||||
}
|
||||
|
||||
# vi: syntax=sh ts=4 noexpandtab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue