-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlockold
More file actions
executable file
·50 lines (47 loc) · 989 Bytes
/
lockold
File metadata and controls
executable file
·50 lines (47 loc) · 989 Bytes
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
#!/bin/sh
B='#00000000' # blank
C='#368DFF22' # clear ish
D='#368DFFcc' # default
T='#ffffffff' # text
W='#ffffffbb' # wrong
V='#ffffffff' # verifying
red='#CC0000ff'
i3lock \
--insidevercolor=$C \
--ringvercolor=$D \
\
--insidewrongcolor=$C \
--ringwrongcolor=$red \
\
--insidecolor=$B \
--ringcolor=$D \
--linecolor=$B \
--separatorcolor=$D \
\
--verifcolor=$T \
--wrongcolor=$T \
--timecolor=$T \
--datecolor=$T \
--layoutcolor=$T \
--keyhlcolor=$W \
--bshlcolor=$W \
\
--screen 1 \
--blur 5 \
# --clock \
--indicator \
# --timestr="%H:%M:%S" \
--datestr="%A, %m %Y" \
--radius=200 \
--datesize=25 \
--timesize=65 \
--ring-width=10 \
--datepos="ix:iy+40"
#--textsize=25 \
# --veriftext="Drinking verification can..."
# --wrongtext="Nope!"
#--textsize=30 \
#--modsize=20 \
# --timefont=comic-sans
# --datefont=monofur
# etc