fixed wlan
This commit is contained in:
parent
2318153f87
commit
07fbfb2329
2
rc.lua
2
rc.lua
|
@ -106,7 +106,7 @@ vicious.register(cpulabel, vicious.widgets.cpu, "CPU: $1%")
|
||||||
|
|
||||||
|
|
||||||
wlanwidget = widget({ type = "textbox" })
|
wlanwidget = widget({ type = "textbox" })
|
||||||
vicious.register(wlanwidget, vicious.widgets.wifi, "WLAN ${ssid} @ ${sign}, ${link}", 31, "wlan0")
|
vicious.register(wlanwidget, vicious.widgets.wifi, "WLAN ${ssid} @ ${sign}, Q:${link}/70", 31, "wlan0")
|
||||||
-- Create a wibox for each screen and add it
|
-- Create a wibox for each screen and add it
|
||||||
leftwibox = {}
|
leftwibox = {}
|
||||||
rightwibox = {}
|
rightwibox = {}
|
||||||
|
|
Loading…
Reference in a new issue