-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathscreen-lock
More file actions
executable file
·9 lines (6 loc) · 1.09 KB
/
screen-lock
File metadata and controls
executable file
·9 lines (6 loc) · 1.09 KB
1
2
3
4
5
6
7
8
#!/bin/bash
fg=c0caf5
wrong=db4b4b
date=7aa2f7
verify=7aa2f7
i3lock -n --force-clock -i ~/Pictures/hollow-knight-lock-screen.png -e --indicator --radius=20 --ring-width=40 --inside-color=$fg --ring-color=$fg --insidever-color=$verify --ringver-color=$verify --insidewrong-color=$wrong --ringwrong-color=$wrong --line-uses-inside --keyhl-color=$verify --separator-color=$verify --bshl-color=$verify --time-str="%H:%M" --time-size=140 --date-str="%a, %d %b" --date-size=45 --verif-text="Verifying Password..." --wrong-text="Wrong Password!" --noinput-text="" --greeter-text="Type the password to Unlock" --ind-pos="650:760" --time-font="Fira Code:style=Bold" --date-font="Fira Code" --verif-font="Fira Code" --greeter-font="Fira Code" --wrong-font="Fira Code" --verif-size=23 --greeter-size=23 --wrong-size=23 --time-pos="650:540" --date-pos="650:600" --greeter-pos="650:930" --wrong-pos="650:970" --verif-pos="650:805" --date-color=$date --time-color=$date --greeter-color=$fg --wrong-color=$wrong --verif-color=$verify --verif-pos="650:970" --pointer=default --refresh-rate=0 --pass-media-keys --pass-volume-keys