mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
white on green for battery (black on green is not enough
contrast) Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
51c2d29d5c
commit
957607cbe8
1 changed files with 2 additions and 2 deletions
|
@ -68,9 +68,9 @@ for bat in $BATS; do
|
|||
elif [ "$percent" -lt 67 ]; then
|
||||
per_color="{= yk}"
|
||||
elif [ "$percent" -lt 83 ]; then
|
||||
per_color="{= Gk}"
|
||||
per_color="{= Gw}"
|
||||
else
|
||||
per_color="{= gk}"
|
||||
per_color="{= gw}"
|
||||
fi
|
||||
percent="$percent%"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue