mirror of
https://github.com/thewtex/tmux-mem-cpu-load.git
synced 2026-09-10 07:16:16 -04:00
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 )
|
||||
{
|
||||
oss << "#[bg=default]";
|
||||
powerline( oss, mem_lut[color], POWERLINE_RIGHT );
|
||||
oss << ' ';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue