X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/149d3b5992793ad59d7785efa6facc8e374514a3..f17cc00a01932a3a5e34ff1e3d4acd1272b079e4:/awesome/topbar.lua diff --git a/awesome/topbar.lua b/awesome/topbar.lua index 84e30ac..571e5c9 100644 --- a/awesome/topbar.lua +++ b/awesome/topbar.lua @@ -89,6 +89,8 @@ awful.screen.connect_for_each_screen(function(s) local right_layout = wibox.layout.fixed.horizontal() right_layout:add(wibox.widget.systray()) right_layout:add(separator) + right_layout:add(require("widgets/pomodoro")) + right_layout:add(separator) right_layout:add(require("widgets/awesompd")) right_layout:add(require("widgets/volume_widget")) if utils.has_battery() then