X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/dd30f585b4ec95426cb4f7348b4893c238250e1c..e8032e98e8e80130e015c38a3b6099972fada471:/awesome/topbar.lua?ds=inline diff --git a/awesome/topbar.lua b/awesome/topbar.lua index c5057c0..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])