aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco <francesco.bbt@gmail.com>2021-08-28 15:10:47 +0200
committerGitHub <noreply@github.com>2021-08-28 15:10:47 +0200
commit7d04398877e2a1d7ceae931da0ecb78be6ccc809 (patch)
tree797f16b4499f1e2249412669dc5ec1b4c3177143
parent11eb48074e6cb8b4fc642cfb8d1d57620babec7b (diff)
parent1f512a176890cce515e568e9dbfa668e2b34a499 (diff)
downloadlite-xl-plugins-7d04398877e2a1d7ceae931da0ecb78be6ccc809.tar.gz
lite-xl-plugins-7d04398877e2a1d7ceae931da0ecb78be6ccc809.zip
Merge pull request #59 from limpid-kzonix/patch-1
Update bigclock.lua
-rw-r--r--plugins/bigclock.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bigclock.lua b/plugins/bigclock.lua
index e77f336..c246df5 100644
--- a/plugins/bigclock.lua
+++ b/plugins/bigclock.lua
@@ -9,7 +9,7 @@ local View = require "core.view"
config.plugins.bigclock = {
time_format = "%H:%M:%S",
- date_format = "%A, %d %B %Y"
+ date_format = "%A, %d %B %Y",
scale = 1
}