aboutsummaryrefslogtreecommitdiff
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
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
-rwxr-xr-x.config/awesome/rc.lua4
-rw-r--r--.config/awesome/themes/ghost/theme.lua15
2 files changed, 10 insertions, 9 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)
diff --git a/.config/awesome/themes/ghost/theme.lua b/.config/awesome/themes/ghost/theme.lua
index 9447ff0..f1df307 100644
--- a/.config/awesome/themes/ghost/theme.lua
+++ b/.config/awesome/themes/ghost/theme.lua
@@ -27,7 +27,8 @@ theme.fg_urgent = "#CC9393"
theme.bg_normal = "#1A1A1A"
theme.bg_focus = "#313131"
theme.bg_urgent = "#1A1A1A"
-theme.tag_bg_normal = "#000000"
+theme.bg_systray = "#2F2F2F"
+theme.tag_bg_normal = "#000000"
theme.border_width = "1"
theme.border_normal = "#3F3F3F"
theme.border_focus = "#7F7F7F"
@@ -46,7 +47,7 @@ theme.menu_height = "16"
theme.menu_width = "150"
theme.menu_submenu_icon = themes_dir .. "/icons/submenu.png"
-theme.tasklist_disable_icon = true -- do not display the taglist squares
+theme.tasklist_disable_icon = true -- do not display the taglist squares
theme.layout_tile = themes_dir .. "/layouts/tile.png"
theme.layout_tilegaps = themes_dir .. "/layouts/tile.png"
@@ -67,17 +68,17 @@ theme.layout_uselesstiletop = themes_dir .. "/layouts/tiletop.png"
theme.layout_uselesstilebottom = themes_dir .. "/layouts/tilebottom.png"
theme.layout_uselessfair = themes_dir .. "/layouts/fairv.png"
theme.layout_uselessfairh = themes_dir .. "/layouts/fairh.png"
-theme.layout_termfair = themes_dir .. "/layouts/termfair.png"
+theme.layout_termfair = themes_dir .. "/layouts/termfair.png"
theme.layout_uselesspiral = themes_dir .. "/layouts/spiral.png"
theme.layout_uselessdwindle = themes_dir .. "/layouts/dwindle.png"
theme.layout_centerfair = themes_dir .. "/layouts/centerfair.png"
theme.layout_centerwork = themes_dir .. "/layouts/centerwork.png"
-theme.widget_hash1 = themes_dir .. "/icons/hash1.png"
-theme.widget_hash2 = themes_dir .. "/icons/hash2.png"
-theme.widget_hash3 = themes_dir .. "/icons/hash3.png"
+theme.widget_hash1 = themes_dir .. "/icons/hash1.png"
+theme.widget_hash2 = themes_dir .. "/icons/hash2.png"
+theme.widget_hash3 = themes_dir .. "/icons/hash3.png"
theme.widget_grey = themes_dir .. "/icons/grey.png"
-theme.widget_black = themes_dir .. "/icons/black.png"
+theme.widget_black = themes_dir .. "/icons/black.png"
theme.widget_ac = themes_dir .. "/icons/ac.png"
theme.widget_battery = themes_dir .. "/icons/battery.png"
theme.widget_battery_low = themes_dir .. "/icons/battery_low.png"