]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/topbar.lua
Other changes at cadscan (with the ones I want to keep stripped)
[dotfiles.git] / awesome / topbar.lua
index 7986af062689ae0f357d1f6e3a0e298e2fbc2984..91b04faccb6c399ca708b7de9006e8aac73bef0b 100644 (file)
@@ -89,6 +89,8 @@ 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.host == "chronos" then