Initial Commit
This commit is contained in:
5
widget/clock.lua
Normal file
5
widget/clock.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
local wibox = require('wibox')
|
||||
local beautiful = require('beautiful')
|
||||
|
||||
local clock = wibox.widget.textclock('<span font="' .. beautiful.font .. '">%d/%m %H:%M</span>')
|
||||
return clock
|
||||
Reference in New Issue
Block a user