From 9613d2f97a047f6db08165fe85e606b3c18b8e46 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Fri, 14 Jul 2017 03:55:42 +0300 Subject: [PATCH] Wi-FI icon updated. --- Icons/16x16/net-wifi.png | Bin 216 -> 213 bytes themes/zenburn/theme.lua | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Icons/16x16/net-wifi.png b/Icons/16x16/net-wifi.png index fe930210a12d31b7f05e16ace13b4e75cdfb9299..ef24db0e586ec128931d24aed9815ad111c316de 100644 GIT binary patch delta 87 zcmV-d0I2`i0o4JJQ4Zk;4gfX+Bq2Hd0001DkzX1Q-i1y4@ZqIy1P!pYjoyWkh$1Vg t8?Hbl=mLt)j-=l}o! diff --git a/themes/zenburn/theme.lua b/themes/zenburn/theme.lua index d3bd88d..65dbf7a 100644 --- a/themes/zenburn/theme.lua +++ b/themes/zenburn/theme.lua @@ -155,7 +155,7 @@ theme.widget_optimus_overclocked = cfgpath .. "/themes/default/widgets/optimus_o theme.widget_temp = cfgpath .. "/themes/default/widgets/temp.png" theme.widget_tempwarn = cfgpath .. "/themes/default/widgets/tempwarm.png" theme.widget_temphot = cfgpath .. "/themes/default/widgets/temphot.png" -theme.widget_wifi = cfgpath .. "/themes/default/widgets/wifi.png" +theme.widget_wifi = cfgpath .. "/Icons/16x16/net-wifi.png" theme.widget_nowifi = cfgpath .. "/themes/default/widgets/nowifi.png" theme.widget_wired = cfgpath .. "/Icons/16x16/net-wired.png" theme.widget_wired_down_up = cfgpath .. "/Icons/16x16/down_up.png"