Simply clone the repo inside your AwesomeWM configuration path, then use the project as a widget in your rc.lua
like this:
screen = 1
awbar = require("awbar")
panel_widget = awbar {
theme = "nord_m",
screen = screen
}
Now, you can use it as a widget in your AwesomeWM bar:
my_bar:setup {
-- other widgets ...
panel_widget,
-- other widgets ...
}