mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 15:14:58 +08:00
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:
parent
dddb56cf80
commit
167baae6df
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue