I do exactly what it says in the vicious README, but when I reload the configuration file, no widgets are added to the top bar. So for example, I add:
require("vicious")
at the top (after moving the vicious directory in ~/.config/awesome/) and:
-- Initialize widget
cpuwidget = widget({ type = "textbox" })
-- Register widget
vicious.register(cpuwidget, vicious.widgets.cpu, "$1%")
later in the config file. I reload the configuration file, and nothing changes.
What am I doing wrong?