aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-03-18 12:04:30 -0400
committerxero <x@xero.nu>2014-03-18 12:04:30 -0400
commit0ebf1218d82d2aa44874ac0798db9a18da6d62e5 (patch)
treebb2bbb5af81fb0e6594d0a15e5870f6f21a5753b /.config/awesome/rc.lua
parent69ec899270a672beb0382b3e7f78a561ee482fea (diff)
downloaddotfiles_ascii-0ebf1218d82d2aa44874ac0798db9a18da6d62e5.tar.xz
dotfiles_ascii-0ebf1218d82d2aa44874ac0798db9a18da6d62e5.zip
add systray bg_color to ghost theme. update rc.lua to space systray with correct bg_color
Diffstat (limited to '.config/awesome/rc.lua')
-rwxr-xr-x.config/awesome/rc.lua4
1 files changed, 2 insertions, 2 deletions
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)