Remove leading zero from clock

This commit is contained in:
Salt 2020-07-08 02:27:04 -05:00
parent 7433777218
commit 0216f3e6ac

View File

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