diff --git a/Icons/16x16/net-wifi.png b/Icons/16x16/net-wifi.png index fe93021..ef24db0 100644 Binary files a/Icons/16x16/net-wifi.png and b/Icons/16x16/net-wifi.png differ 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"