Awesome Window Manager (https://awesomewm.org/)
- Add the file
networkmeter.luato the directory$HOME/.config/awesome. - In your
rc.luafile, near the top, require the widget.
local networkmeter = require'networkmeter'
- Initialize the widget.
mynetworkmeter = networkmeter()
- Add it to your
wibar, you'll find something like this in yourrc.lua.
s.mywibox:setup {
...
mynetworkmeter,
...
}
You're welcome to contribute, just create an issue or a pull request with the bug-fix/addition.