]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/topbar.lua
awesome: add awesompd widget + mpd bindings
[dotfiles.git] / awesome / topbar.lua
index 1bc397879b0fef9642a890d0ae237328119cc4c1..c5057c079c8ec0f048b6cedf0fce593b2cef7d28 100644 (file)
@@ -90,6 +90,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(separator)
+    right_layout:add(require("widgets/awesompd"))
     right_layout:add(require("widgets/volume_widget"))
     if utils.host == "chronos" then
         right_layout:add(separator)