X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/1d7afdbb7648fa8f486573951a71a99519bbb9b1..e8032e98e8e80130e015c38a3b6099972fada471:/awesome/topbar.lua?ds=inline diff --git a/awesome/topbar.lua b/awesome/topbar.lua index 1bc3978..e40b474 100644 --- a/awesome/topbar.lua +++ b/awesome/topbar.lua @@ -5,7 +5,7 @@ local utils = require("utils") local wibox = require("wibox") -- Create a textclock widget -mytextclock = awful.widget.textclock() +mytextclock = awful.widget.textclock(" %a %b %d, %k:%M ", 10) separator = wibox.widget.textbox() separator:set_markup('│') @@ -82,7 +82,7 @@ for s = 1, screen.count() do -- Widgets that are aligned to the left local left_layout = wibox.layout.fixed.horizontal() - left_layout:add(mylauncher) + -- left_layout:add(mylauncher) left_layout:add(mytaglist[s]) left_layout:add(mypromptbox[s]) @@ -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)