Skip to content

Commit

Permalink
Fix bug where the netwidget wouldn't show the correct device
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony committed Dec 21, 2011
1 parent 91c6230 commit 20d38ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ vicious.register(netwidget, vicious.widgets.net,
netwidget.found = true
dnicon.image = image(beautiful.widget_net)
upicon.image = image(beautiful.widget_netup)
return print_net(device, args["{eth0 down_kb}"], args["{eth0 up_kb}"])
return print_net(device, args["{"..device .." down_kb}"], args["{"..device.." up_kb}"])
end
end
end, 3)
Expand Down

0 comments on commit 20d38ae

Please sign in to comment.