7 lines
133 B
Bash
Executable File
7 lines
133 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
XSECURELOCK_SAVER=saver_xscreensaver \
|
|
XSECURELOCK_PASSWORD_PROMPT=time_hex \
|
|
xsecurelock
|