You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
959 B
Bash

#!/bin/sh
B='#00000000' # blank
C='#ffffff22' # clear ish
D='#ff00ffcc' # default
T='#ee00eeee' # text
W='#880000bb' # wrong
V='#bb00bbbb' # verifying
RED='#aa0000ff'
BLACK='#000000ff'
GRAY='#aaaaaaff'
i3lock \
-i ~/.config/img/lockscreen.png \
-t \
--insidever-color=$B \
--ringver-color=$GRAY \
\
--insidewrong-color=$B \
--ringwrong-color=$RED \
\
--inside-color=$B \
--ring-color=$B \
--line-color=$B \
--separator-color=$B \
\
--verif-color=$GRAY \
--wrong-color=$RED \
--time-color=$BLACK \
--date-color=$BLACK \
--keyhl-color=$GRAY \
--bshl-color=$GRAY \
\
--clock \
--indicator \
--time-str="%H:%M:%S" \
--date-str="%A, %m %Y" \
#--keylayout 0 \
#--blur 5 \
#--screen 1 \
# --veriftext="Drinking verification can..."
# --wrongtext="Nope!"
# --textsize=20
# --modsize=10
# --timefont=comic-sans
# --datefont=monofur
# etc