-
Notifications
You must be signed in to change notification settings - Fork 2
/
lock.sh
executable file
·41 lines (39 loc) · 971 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
39
40
#!/bin/sh
i3lock --nofork \
--ignore-empty-password \
--linecolor=00000000 \
--keyhlcolor=ebcb8b00 \
--bshlcolor=d8dee900 \
--separatorcolor=00000000 \
--radius=0 \
--indpos="1475:700" \
\
--insidevercolor=00000000 \
--insidewrongcolor=00000000 \
--insidecolor=00000000 \
\
--ringcolor=e59d1700 \
--ringvercolor=a3be8c00 \
--ringwrongcolor=bf616a00 \
\
--clock \
--timecolor=eceff4ff \
--timestr="%I:%M %p" \
--time-font="Calvin and Hobbes" \
--timesize=125 \
--timepos="1425:900" \
--timecolor=2e3440ff \
\
--datecolor=d8dee9ff \
--datestr="%A, %d %B" \
--datecolor=2e3440ff \
--date-font="Calvin and Hobbes" \
--datesize=95 \
--datepos="tx:1025" \
\
--veriftext="" \
--wrongtext="" \
\
--indicator \
\
--image=/home/savitar/Pictures/wallpapers/lock-wallpaper.png