X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/13d37456af0c7e9a2aaa2e0bedd80def8f51d0f8..c2682990e19c06e6aef1b6fca7bfda2a5658f69c:/awesome/topbar.lua diff --git a/awesome/topbar.lua b/awesome/topbar.lua index c0b6ee7..84a7b5a 100644 --- a/awesome/topbar.lua +++ b/awesome/topbar.lua @@ -1,3 +1,8 @@ +-- Widget and layout library +wibox = require("wibox") +-- my widgets +require("widgets") + -- {{{ Wibox -- Create a textclock widget mytextclock = awful.widget.textclock() @@ -82,6 +87,7 @@ for s = 1, screen.count() do local right_layout = wibox.layout.fixed.horizontal() if s == 1 then right_layout:add(wibox.widget.systray()) end --right_layout:add(APW) + right_layout:add(volwidget) right_layout:add(mytextclock) right_layout:add(mylayoutbox[s])