mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
switch the yellow colors
This commit is contained in:
parent
8fc55f7db5
commit
4847448d32
1 changed files with 2 additions and 2 deletions
|
@ -67,9 +67,9 @@ for bat in $BATS; do
|
|||
elif [ "$percent" -lt 33 ]; then
|
||||
per_color="{= Rk}"
|
||||
elif [ "$percent" -lt 50 ]; then
|
||||
per_color="{= yk}"
|
||||
elif [ "$percent" -lt 67 ]; then
|
||||
per_color="{= Yk}"
|
||||
elif [ "$percent" -lt 67 ]; then
|
||||
per_color="{= yk}"
|
||||
elif [ "$percent" -lt 83 ]; then
|
||||
per_color="{= Gk}"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue