summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-12-18 22:49:10 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-12-18 22:49:10 +0100
commit9e0a81119c011d3e3d695be71e728bf3148d85ee (patch)
tree2c8e3de69d5181d397cf028996dc5f62f5e99f25
parent15b92bf5e3c37314d68ebfe6bbb5404fb3a5d0e5 (diff)
downloadawesome-configs-9e0a81119c011d3e3d695be71e728bf3148d85ee.tar.xz
zenburn: added wifi icon
-rw-r--r--icons/wifi.pngbin213 -> 215 bytes
-rw-r--r--zenburn.lua1
2 files changed, 1 insertions, 0 deletions
diff --git a/icons/wifi.png b/icons/wifi.png
index d9eaef5..d3db077 100644
--- a/icons/wifi.png
+++ b/icons/wifi.png
Binary files differ
diff --git a/zenburn.lua b/zenburn.lua
index c12bc73..5648764 100644
--- a/zenburn.lua
+++ b/zenburn.lua
@@ -105,6 +105,7 @@ theme.widget_mem = theme.confdir .. "/icons/mem.png"
theme.widget_fs = theme.confdir .. "/icons/disk.png"
theme.widget_net = theme.confdir .. "/icons/down.png"
theme.widget_netup = theme.confdir .. "/icons/up.png"
+theme.widget_wifi = theme.confdir .. "/icons/wifi.png"
theme.widget_mail = theme.confdir .. "/icons/mail.png"
theme.widget_vol = theme.confdir .. "/icons/vol.png"
theme.widget_org = theme.confdir .. "/icons/cal.png"