Icons updated: net-wired2.png -> net-wired.png.
This commit is contained in:
parent
59d9e596cb
commit
c2feaaa523
1
rc.lua
1
rc.lua
|
@ -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" })
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue