-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathi3lock-dracula-script.sh
executable file
·50 lines (48 loc) · 1.15 KB
/
i3lock-dracula-script.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
41
42
43
44
45
46
47
48
49
50
#!/bin/sh
alpha='dd'
background='#282a36'
selection='#44475a'
comment='#6272a4'
yellow='#f1fa8c'
orange='#ffb86c'
red='#ff5555'
magenta='#ff79c6'
blue='#6272a4'
cyan='#8be9fd'
green='50fa7b'
i3lock -i /home/gianluca/documents/Images/DoutzenKroes-wallpaper04.jpg \
-F \
--insidever-color=$selection$alpha \
--insidewrong-color=$selection$alpha \
--inside-color=$selection$alpha \
--ringver-color=$green$alpha \
--ringwrong-color=$red$alpha \
--ringver-color=$green$alpha \
--ringwrong-color=$red$alpha \
--ring-color=$blue$alpha \
--line-uses-ring \
--keyhl-color=$magenta$alpha \
--bshl-color=$orange$alpha \
--separator-color=$selection$alpha \
--verif-color=$green \
--wrong-color=$red \
--modif-color=$red \
--layout-color=$blue \
--date-color=$blue \
--time-color=$blue \
--screen 1 \
--blur 1 \
--clock \
--indicator \
--time-str="%H:%M:%S" \
--date-str="%A %e %B %Y" \
--verif-text="Checking..." \
--wrong-text="Wrong pswd" \
--noinput="No Input" \
--lock-text="Locking..." \
--lockfailed="Lock Failed" \
--radius=120 \
--ring-width=10 \
--pass-media-keys \
--pass-screen-keys \
--pass-volume-keys \