X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/2118554cdc7a30ba45771e25dc007e8a27c008c3..dd30f585b4ec95426cb4f7348b4893c238250e1c:/awesome/topbar.lua diff --git a/awesome/topbar.lua b/awesome/topbar.lua index 1bc3978..c5057c0 100644 --- a/awesome/topbar.lua +++ b/awesome/topbar.lua @@ -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)