X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/0740abdf646bede29ee65b17f767ed9d6dd9cdd7..c98ff8ea47598e577c5a23a94efdfb0a6eaf22e9:/awesome/topbar.lua?ds=inline diff --git a/awesome/topbar.lua b/awesome/topbar.lua index b816365..4d5d505 100644 --- a/awesome/topbar.lua +++ b/awesome/topbar.lua @@ -89,8 +89,6 @@ 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/pomodoro")) - right_layout:add(separator) right_layout:add(require("widgets/awesompd")) right_layout:add(require("widgets/volume_widget")) if utils.has_battery() then