Icons updated: net-wired2.png -> net-wired.png.

This commit is contained in:
Kolan Sh 2013-01-28 18:11:54 +04:00
parent 59d9e596cb
commit c2feaaa523
2 changed files with 2 additions and 4 deletions

1
rc.lua
View File

@ -202,7 +202,6 @@ mylauncher = awful.widget.launcher({ image = image(beautiful.awesome_icon),
icon_wireddown = widget({ type = "imagebox" })
icon_wiredup = widget({ type = "imagebox" })
icon_wired.image = image(beautiful.widget_wired)
icon_wireddown.image = image(beautiful.widget_wireddown)
icon_wiredup.image = image(beautiful.widget_wiredup)
bat_widget = widget({ type = "textbox" })

View File

@ -99,9 +99,8 @@ theme.widget_vol = "~/.config/awesome/icons/16x16/vol-hi.png"
theme.widget_wifi = "~/.config/awesome/icons/16x16/net-wifi.png"
theme.widget_wifidown = "~/.config/awesome/icons/16x16/down.png"
theme.widget_wifiup = "~/.config/awesome/icons/16x16/up.png"
theme.widget_wired = "~/.config/awesome/icons/16x16/net-wired2.png"
theme.widget_wireddown = "~/.config/awesome/icons/16x16/down.png"
theme.widget_wiredup = "~/.config/awesome/icons/16x16/up.png"
theme.widget_wired = "~/.config/awesome/icons/16x16/net-wired.png"
theme.widget_wiredup = "~/.config/awesome/icons/16x16/down_up.png"
return theme
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80