6 lines
183 B
Plaintext
6 lines
183 B
Plaintext
|
#!/bin/bash
|
||
|
source "$HOME"/.cache/wal/colors.sh
|
||
|
|
||
|
|
||
|
XSECURELOCK_AUTH_BACKGROUND_COLOR=$background XSECURELOCK_AUTH_FOREGROUND_COLOR=$foreground XSECURELOCK_NO_COMPOSITE=1 xsecurelock
|