mirror of
https://github.com/purhan/dotfiles.git
synced 2025-12-26 14:24:58 +08:00
5 lines
184 B
Lua
5 lines
184 B
Lua
local wibox = require('wibox')
|
|
local beautiful = require('beautiful')
|
|
|
|
local clock = wibox.widget.textclock('<span font="' .. beautiful.font .. '">%d/%m %a %H:%M</span>')
|
|
return clock
|