diff options
author | Sebastian Sellmeier <mail@sebastian-sellmeier.de> | 2021-05-15 11:36:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 11:36:48 +0200 |
commit | 3be77f68548c8f92a3cc7f530f9b35a1478a0651 (patch) | |
tree | 5e14b0781c720feb168313badef1bc942191b25e /examples | |
parent | bacc7cea5753b704a1db076d0f19c0e395fe39cd (diff) |
Add option for time-format (with default-config) from #185 (#205)
* Add an option to change the time format
* Add option to example-config
Co-authored-by: Addison Bean <addisonbean@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/betterlockscreenrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/betterlockscreenrc b/examples/betterlockscreenrc index 0f9c503..8ca0110 100644 --- a/examples/betterlockscreenrc +++ b/examples/betterlockscreenrc @@ -16,3 +16,4 @@ loginbox=00000066 font="sans-serif" locktext='Type password to unlock...' lock_timeout=5 +time_format='%H:%M:%S' |