From 0ebf1218d82d2aa44874ac0798db9a18da6d62e5 Mon Sep 17 00:00:00 2001 From: xero Date: Tue, 18 Mar 2014 12:04:30 -0400 Subject: add systray bg_color to ghost theme. update rc.lua to space systray with correct bg_color --- .config/awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/awesome/rc.lua') diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 81ccbac..86f03a3 100755 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -423,9 +423,9 @@ for s = 1, screen.count() do if s == 1 then right_layout:add(hash2) right_layout:add(hash2) - right_layout:add(space) + right_layout:add(grey) right_layout:add(systray) - right_layout:add(space) + right_layout:add(grey) end right_layout:add(hash1) right_layout:add(hash1) -- cgit v1.2.1