]> git.rmz.io Git - dotfiles.git/commitdiff
awesome: set textclock format and timeout
authorSamir Benmendil <samir.benmendil@gmail.com>
Fri, 31 Jan 2014 06:09:25 +0000 (07:09 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Fri, 31 Jan 2014 06:09:25 +0000 (07:09 +0100)
awesome/topbar.lua

index c5057c079c8ec0f048b6cedf0fce593b2cef7d28..c6f21fc1513d75d2e5a1083f87ae291dc8a7d650 100644 (file)
@@ -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('<span font="Symbola 10" color="#404040">│</span>')