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
|
elif [ "$percent" -lt 67 ]; then
|
||||||
per_color="{= yk}"
|
per_color="{= yk}"
|
||||||
elif [ "$percent" -lt 83 ]; then
|
elif [ "$percent" -lt 83 ]; then
|
||||||
per_color="{= Gk}"
|
per_color="{= Gw}"
|
||||||
else
|
else
|
||||||
per_color="{= gk}"
|
per_color="{= gw}"
|
||||||
fi
|
fi
|
||||||
percent="$percent%"
|
percent="$percent%"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue