6 lines
182 B
Bash
Executable File
6 lines
182 B
Bash
Executable File
#!/bin/bash
|
|
source "$HOME"/.cache/theme/variables.sh
|
|
|
|
|
|
XSECURELOCK_AUTH_BACKGROUND_COLOR=$color00 XSECURELOCK_AUTH_FOREGROUND_COLOR=$color07 XSECURELOCK_NO_COMPOSITE=1 xsecurelock
|