Fix memory background color with --powerline-right
This commit is contained in:
parent
13c3205ec0
commit
e5595e21f4
@ -39,6 +39,7 @@ std::string mem_string( const MemoryStatus & mem_status,
|
|||||||
{
|
{
|
||||||
if( use_powerline_right )
|
if( use_powerline_right )
|
||||||
{
|
{
|
||||||
|
oss << "#[bg=default]";
|
||||||
powerline( oss, mem_lut[color], POWERLINE_RIGHT );
|
powerline( oss, mem_lut[color], POWERLINE_RIGHT );
|
||||||
oss << ' ';
|
oss << ' ';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user