Fix memory background color with --powerline-right

This commit is contained in:
Matt McCormick 2016-08-02 18:48:43 -04:00
parent 13c3205ec0
commit e5595e21f4

@ -39,6 +39,7 @@ std::string mem_string( const MemoryStatus & mem_status,
{
if( use_powerline_right )
{
oss << "#[bg=default]";
powerline( oss, mem_lut[color], POWERLINE_RIGHT );
oss << ' ';
}