A top process monitor widget for awesomewm 3.5.
- Dependencies:
sudo apt-get install top mpstat cd ~/.config/awesome/libgit clone https://github.com/miraleung/top-awe.gitcd ..- In
rc.lua: - Add to the top:
```
local top require("lib.top-awe.top")
```
- After the line
if s == 1 then right_layout:add(wibox.widget.systray()) end, add:
```
right_layout:add(top_widget)
```