From 216e7334f6cc8b9a46a8ebc8be4e081f9580c840 Mon Sep 17 00:00:00 2001 From: Kane York Date: Mon, 11 Jan 2021 13:36:39 -0800 Subject: feat(u/riking/dotfiles): enable SHOW_DATETIME for xsecurelock Change-Id: I095c38ce2d9939836fa285d33b7ab0129cc695ac Reviewed-on: https://cl.tvl.fyi/c/depot/+/2352 Tested-by: BuildkiteCI Reviewed-by: kanepyork --- users/riking/dotfiles/regolith/initrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/riking/dotfiles/regolith/initrc') 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" )& -- cgit 1.4.1