summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--icons/taglist/sel.png (renamed from icons/taglist/squarefz.png)bin152 -> 152 bytes
-rw-r--r--icons/taglist/squarefza.pngbin163 -> 0 bytes
-rw-r--r--icons/taglist/squarez.pngbin159 -> 0 bytes
-rw-r--r--icons/taglist/unsel.png (renamed from icons/taglist/squareza.png)bin154 -> 154 bytes
-rw-r--r--zenburn.lua4
5 files changed, 2 insertions, 2 deletions
diff --git a/icons/taglist/squarefz.png b/icons/taglist/sel.png
index f0c1912..f0c1912 100644
--- a/icons/taglist/squarefz.png
+++ b/icons/taglist/sel.png
Binary files differ
diff --git a/icons/taglist/squarefza.png b/icons/taglist/squarefza.png
deleted file mode 100644
index 012383e..0000000
--- a/icons/taglist/squarefza.png
+++ /dev/null
Binary files differ
diff --git a/icons/taglist/squarez.png b/icons/taglist/squarez.png
deleted file mode 100644
index 3b8ba81..0000000
--- a/icons/taglist/squarez.png
+++ /dev/null
Binary files differ
diff --git a/icons/taglist/squareza.png b/icons/taglist/unsel.png
index 94736d4..94736d4 100644
--- a/icons/taglist/squareza.png
+++ b/icons/taglist/unsel.png
Binary files differ
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"
-- }}}