Remove leading zero from clock
This commit is contained in:
parent
7433777218
commit
0216f3e6ac
@ -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
|
||||
]]
|
||||
|
Loading…
Reference in New Issue
Block a user