enable env var. input for highbeam

This commit is contained in:
ville rantanen
2014-06-13 12:54:23 +03:00
parent 9b7b0eb121
commit e891317044

View File

@@ -15,8 +15,8 @@ RULES=(
"q.\{0,3\}r" "$H$Y" # q*r with maximum 3 characters in between. color bright yellow "q.\{0,3\}r" "$H$Y" # q*r with maximum 3 characters in between. color bright yellow
) )
-------------------- --------------------
Rules can be also exressed as comma separated list variable: Rules can be also exressed as a space separated list variable:
export HB_RULES='\''[0-9],$C,g,$Y'\'' export HB_RULES='\''"[0-9]" "$C" "g" "$Y"'\''
HB_RULES are appended to other rules HB_RULES are appended to other rules
Color variables: $R $G $B $Y $M $C $W $BLACK Color variables: $R $G $B $Y $M $C $W $BLACK