Commit e54ebf83 authored by Dylan Araps's avatar Dylan Araps

Fix incorrect info color when barinfo is used. Closes #282

parent 24fde4f6
......@@ -2866,7 +2866,7 @@ bar() {
bar="$(color fg)[$bar"
fi
printf "%b%s\n" "${bar}\033[0m"
printf "%b%s\n" "${bar}${info_color}"
}
# }}}
......@@ -2899,6 +2899,8 @@ kdeconfigdir () {
# }}}
# Error {{{
err () {
err+="$(color 1)[!]$(color fg) $1 \n"
}
......@@ -2906,6 +2908,9 @@ err () {
# }}}
# }}}
# Usage {{{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment