11 lines
408 B
Bash
Executable File
11 lines
408 B
Bash
Executable File
# https://linuxcommandlibrary.com/man/i3lock
|
|
|
|
i3lock \
|
|
-kn \
|
|
--indicator --ring-color "#007DFF" \
|
|
--time-color "#FFFFFF" \
|
|
--date-color "#CCCCCC" --date-str "%d %b %Y" \
|
|
--keylayout 1 --layout-color "#FFFFFF" --layout-pos "x+w/2:y+h-16" \
|
|
--verif-text "Verifying…" --wrong-text "Wrong" --noinput-text "No Input" \
|
|
-i "$HOME/Pictures/Papiers peints/ed-blur.png" -F \
|
|
--screen 0 # --no-verify |