diff options
author | Alexander Balyshyn <balyszyn@gmail.com> | 2021-08-28 15:57:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-28 15:57:13 +0300 |
commit | 1f512a176890cce515e568e9dbfa668e2b34a499 (patch) | |
tree | 797f16b4499f1e2249412669dc5ec1b4c3177143 /plugins/bigclock.lua | |
parent | 11eb48074e6cb8b4fc642cfb8d1d57620babec7b (diff) | |
download | lite-xl-plugins-1f512a176890cce515e568e9dbfa668e2b34a499.tar.gz lite-xl-plugins-1f512a176890cce515e568e9dbfa668e2b34a499.zip |
Update bigclock.lua
Diffstat (limited to 'plugins/bigclock.lua')
-rw-r--r-- | plugins/bigclock.lua | 2 |
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 } |