i3lock-color/lock.sh

45 lines
878 B
Bash
Raw Normal View History

#!/bin/sh
2016-10-15 01:03:38 +00:00
B='#00000000' # blank
C='#ffffff22' # clear ish
D='#ff00ffcc' # default
T='#ee00eeee' # text
W='#880000bb' # wrong
V='#bb00bbbb' # verifying
2017-12-05 18:27:43 +00:00
./x86_64-pc-linux-gnu/i3lock \
2016-10-15 01:03:38 +00:00
--insidevercolor=$C \
--ringvercolor=$V \
\
--insidewrongcolor=$C \
--ringwrongcolor=$W \
\
--insidecolor=$B \
--ringcolor=$D \
--linecolor=$B \
--separatorcolor=$D \
\
2018-01-20 04:47:25 +00:00
--verifcolor=$T \
--wrongcolor=$T \
2017-05-29 16:22:36 +00:00
--timecolor=$T \
--datecolor=$T \
2017-11-19 20:12:43 +00:00
--layoutcolor=$T \
2016-10-15 01:03:38 +00:00
--keyhlcolor=$W \
--bshlcolor=$W \
\
2018-02-14 06:02:12 +00:00
--screen 1 \
2017-05-29 16:22:36 +00:00
--blur 5 \
2016-10-15 01:03:38 +00:00
--clock \
--indicator \
2016-10-15 01:03:38 +00:00
--timestr="%H:%M:%S" \
--datestr="%A, %m %Y" \
--keylayout 1 \
# --veriftext="Drinking verification can..."
# --wrongtext="Nope!"
# --textsize=20
# --modsize=10
# --timefont=comic-sans
# --datefont=monofur
# etc