From e5595e21f42ae5fd680059726dc9a3e7c6ab4b86 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 2 Aug 2016 18:48:43 -0400 Subject: [PATCH] Fix memory background color with --powerline-right --- common/memory.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/common/memory.cc b/common/memory.cc index 690de1c..9dae11c 100644 --- a/common/memory.cc +++ b/common/memory.cc @@ -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 << ' '; }