X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b52718f9143ea84d9f5c511664a1c5ec335cac6f..6c3f59e62a32b670161736dd995a3153837d4c94:/awesome/topbar.lua diff --git a/awesome/topbar.lua b/awesome/topbar.lua index e40b474..b945d80 100644 --- a/awesome/topbar.lua +++ b/awesome/topbar.lua @@ -9,7 +9,7 @@ mytextclock = awful.widget.textclock(" %a %b %d, %k:%M ", 10) separator = wibox.widget.textbox() separator:set_markup('│') --- {{{ Wibox +-- Wibox {{{1 -- Create a wibox for each screen and add it mywibox = {} mypromptbox = {} @@ -108,4 +108,3 @@ for s = 1, screen.count() do mywibox[s]:set_widget(layout) end --- }}}