Initial Commit

This commit is contained in:
2021-04-26 11:20:41 +03:00
commit 5a99cb9e82
125 changed files with 6148 additions and 0 deletions

5
widget/clock.lua Normal file
View 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