diff options
author | Kane York <kanepyork@gmail.com> | 2021-01-11T21·36-0800 |
---|---|---|
committer | kanepyork <rikingcoding@gmail.com> | 2021-01-11T21·38+0000 |
commit | 216e7334f6cc8b9a46a8ebc8be4e081f9580c840 (patch) | |
tree | aa1dbcc32f47cf9f1510ecb2a7c054c0d428c920 /users/riking/dotfiles | |
parent | ec99a8dd1195015c2c9da50f43869e0fc9085b2f (diff) |
feat(u/riking/dotfiles): enable SHOW_DATETIME for xsecurelock r/2077
Change-Id: I095c38ce2d9939836fa285d33b7ab0129cc695ac Reviewed-on: https://cl.tvl.fyi/c/depot/+/2352 Tested-by: BuildkiteCI Reviewed-by: kanepyork <rikingcoding@gmail.com>
Diffstat (limited to 'users/riking/dotfiles')
-rwxr-xr-x | users/riking/dotfiles/regolith/initrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/riking/dotfiles/regolith/initrc b/users/riking/dotfiles/regolith/initrc index 61a99972ea0c..9b14613cd4eb 100755 --- a/users/riking/dotfiles/regolith/initrc +++ b/users/riking/dotfiles/regolith/initrc @@ -1,3 +1,3 @@ xset s 900 5 -( xss-lock -n /usr/lib/xsecurelock/dimmer -l -- sh -c "XSECURELOCK_PASSWORD_PROMPT=time_hex XSECURELOCK_SAVER=saver_mpv XSECURELOCK_IMAGE_DURATION_SECONDS=10 XSECURELOCK_LIST_VIDEOS_COMMAND='find ~/Videos/Screensaver -type f' xsecurelock" )& +( xss-lock -n /usr/lib/xsecurelock/dimmer -l -- sh -c "XSECURELOCK_PASSWORD_PROMPT=time_hex XSECURELOCK_SHOW_DATETIME=1 XSECURELOCK_SAVER=saver_mpv XSECURELOCK_IMAGE_DURATION_SECONDS=10 XSECURELOCK_LIST_VIDEOS_COMMAND='find ~/Videos/Screensaver -type f' xsecurelock" )& |