From: Samir Benmendil Date: Fri, 31 Jan 2014 06:09:25 +0000 (+0100) Subject: awesome: set textclock format and timeout X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/3153293ce1526850ed3193fa9df83d6a077f4b13 awesome: set textclock format and timeout --- diff --git a/awesome/topbar.lua b/awesome/topbar.lua index c5057c0..c6f21fc 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('│')