-
Notifications
You must be signed in to change notification settings - Fork 50
/
lock.sh
executable file
·39 lines (38 loc) · 1005 Bytes
/
lock.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#!/bin/sh
i3lock --nofork \
--ignore-empty-password \
\
--indicator \
--bar-indicator \
--bar-position="1070" \
--bar-base-width="10" \
--bar-orientation=horizontal \
--bar-color=2e3440 \
--ringvercolor=88c0d0 \
--ringwrongcolor=bf616a \
--bshlcolor=5e81ac \
--keyhlcolor=a3be8c \
\
--clock \
--timecolor=eceff4ff \
--timestr="%I:%M %p" \
--time-font="Calvin and Hobbes" \
--timesize=150 \
--timepos="1500:875" \
--timecolor=2e3440ff \
\
--datecolor=d8dee9ff \
--datestr="%A, %d %B" \
--datecolor=2e3440ff \
--date-font="Calvin and Hobbes" \
--datesize=95 \
--datepos="tx:1020" \
\
--verif-font="Calvin and Hobbes" \
--verifsize=150 \
--veriftext="Welcome home!" \
--wrong-font="Calvin and Hobbes" \
--wrongsize=150 \
--wrongtext="No Entry!" \
\
--image=$HOME/pictures/wallpapers/nord_calvin-and-hobbes.png