From 167baae6df74de1fa43f1e218898ddc7d01f10f8 Mon Sep 17 00:00:00 2001 From: elena Date: Tue, 1 Jan 2019 04:18:12 +0200 Subject: [PATCH] removed padding with zeroes from fancy date Former-commit-id: 6768632358d1348db6c671d668edd050b3b8f570 Former-commit-id: 7b3e63c27772d74eb8c33e2dc0d258d6c4291ee2 Former-commit-id: 483ca1b2903f7463114deeaec1b70791b3a7f5bd Former-commit-id: 7492a9fa6f000a53cc5461ea380d207771f97ec4 --- config/awesome/sidebar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/awesome/sidebar.lua b/config/awesome/sidebar.lua index 06d1105..89e09b4 100644 --- a/config/awesome/sidebar.lua +++ b/config/awesome/sidebar.lua @@ -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"