From 3153293ce1526850ed3193fa9df83d6a077f4b13 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 31 Jan 2014 07:09:25 +0100 Subject: [PATCH] awesome: set textclock format and timeout --- awesome/topbar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('│') -- 2.48.1