removed padding with zeroes from fancy date

Former-commit-id: 6768632358
Former-commit-id: 7b3e63c27772d74eb8c33e2dc0d258d6c4291ee2
Former-commit-id: 483ca1b2903f7463114deeaec1b70791b3a7f5bd
Former-commit-id: 7492a9fa6f000a53cc5461ea380d207771f97ec4
This commit is contained in:
elena 2019-01-01 04:18:12 +02:00
parent dddb56cf80
commit 167baae6df

View file

@ -219,7 +219,7 @@ date.align = "center"
date.valign = "center"
date.font = "sans medium 15"
local fancy_date = wibox.widget.textclock("%j days around the sun")
local fancy_date = wibox.widget.textclock("%-j days around the sun")
fancy_date.align = "center"
fancy_date.valign = "center"
fancy_date.font = "sans 11"