i3lock-color/lock.sh

44 lines
845 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
./i3lock \
--insidevercolor=$C \
--ringvercolor=$V \
\
--insidewrongcolor=$C \
--ringwrongcolor=$W \
\
--insidecolor=$B \
--ringcolor=$D \
--linecolor=$B \
--separatorcolor=$D \
\
--textcolor=$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 \
\
--screen 0 \
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" \
2017-11-19 20:12:43 +00:00
--keylayout 2 \
# --veriftext="Drinking verification can..."
# --wrongtext="Nope!"
# --textsize=20
# --modsize=10
# --timefont=comic-sans
# --datefont=monofur
# etc