Conky: Add space to clock module

This commit is contained in:
Salt 2020-07-08 02:13:16 -05:00
parent a11fdb60ce
commit cce89238cf

View File

@ -46,5 +46,6 @@ conky.config = {
}
conky.text = [[
${font Roboto:style=Light:size=96}$alignr${time %I:%M %p}$font
${font Roboto:style=Light:size=32}$alignr${time %A, %B %d, %Y}$font
]]