summaryrefslogtreecommitdiff
path: root/zenburn.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-12-28 00:14:31 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-12-28 00:14:31 +0100
commitdfaf08245d80cbcaab96fa3b88ef6558146db4cf (patch)
tree0e615b5c30b5df907af4e2dd3314c1f00ef7588a /zenburn.lua
parentbff21d959b6c4151289c495574c8afa516fb965a (diff)
downloadawesome-configs-dfaf08245d80cbcaab96fa3b88ef6558146db4cf.tar.xz
icons: removed unused taglist squares
Diffstat (limited to 'zenburn.lua')
-rw-r--r--zenburn.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/zenburn.lua b/zenburn.lua
index bd12f27..ba06d4b 100644
--- a/zenburn.lua
+++ b/zenburn.lua
@@ -72,8 +72,8 @@ theme.mouse_finder_color = theme.fg_urgent
-- {{{ Icons
--
-- {{{ Taglist icons
-theme.taglist_squares_sel = theme.confdir .. "/icons/taglist/squarefz.png"
-theme.taglist_squares_unsel = theme.confdir .. "/icons/taglist/squareza.png"
+theme.taglist_squares_sel = theme.confdir .. "/icons/taglist/sel.png"
+theme.taglist_squares_unsel = theme.confdir .. "/icons/taglist/unsel.png"
--theme.taglist_squares_resize = "false"
-- }}}