about summary refs log tree commit diff
path: root/users/riking
diff options
context:
space:
mode:
authorKane York <kanepyork@gmail.com>2021-01-11T21·36-0800
committerkanepyork <rikingcoding@gmail.com>2021-01-11T21·38+0000
commit216e7334f6cc8b9a46a8ebc8be4e081f9580c840 (patch)
treeaa1dbcc32f47cf9f1510ecb2a7c054c0d428c920 /users/riking
parentec99a8dd1195015c2c9da50f43869e0fc9085b2f (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')
-rwxr-xr-xusers/riking/dotfiles/regolith/initrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/riking/dotfiles/regolith/initrc b/users/riking/dotfiles/regolith/initrc
index 61a99972ea..9b14613cd4 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" )&