Translations:Awesome/33/es

From Gentoo Wiki
Jump to:navigation Jump to:search
FILE ~/.config/awesome/rc.luaCreating a text-clock widget
-- {{{ Wibox
-- Create a text-clock widget
mytextclock = wibox.widget.textclock(" %d.%m %H:%M ", 60)
-- }}}