You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Chris Guillott
34c2d5e1a3
|
9 years ago | |
---|---|---|
.clang-format | 10 years ago | |
.gitignore | 13 years ago | |
.travis.yml | 9 years ago | |
CHANGELOG | 10 years ago | |
LICENSE | 14 years ago | |
Makefile | 10 years ago | |
README.md | 9 years ago | |
README.md.old | 9 years ago | |
cursors.h | 10 years ago | |
i3lock.1 | 9 years ago | |
i3lock.c | 9 years ago | |
i3lock.h | 10 years ago | |
i3lock.pam | 14 years ago | |
unlock_indicator.c | 9 years ago | |
unlock_indicator.h | 10 years ago | |
xcb.c | 9 years ago | |
xcb.h | 11 years ago | |
xinerama.c | 10 years ago | |
xinerama.h | 13 years ago |
README.md
i3lock-color
making i3lock's typing indicator color scheme configurable
I added the following command line options:
--insidevercolor=rrggbbaa
-- Inside of the circle while the password is being verified--insidewrongcolor=rrggbbaa
-- Inside of the circle when a wrong password was entered--insidecolor=rrggbbaa
-- Inside of the circle while typing/idle--ringvercolor=rrggbbaa
-- Outer ring while the password is being--ringwrongcolor=rrggbbaa
-- Outer ring when a wrong password was entered--ringcolor=rrggbbaa
-- Outer ring while typing/idle--linecolor=rrggbbaa
-- Line separating outer ring from inside of the circle and delimiting the highlight segments--textcolor=rrggbbaa
-- Text ("verifying", "wrong!")--keyhlcolor=rrggbbaa
-- Keypress highlight segments--bshlcolor=rrggbbaa
-- Backspace highlight segments
All the colors have an alpha channel now. Please keep in mind that this was not intended when the program was originally written, so making thing transparent that weren't before can make it look strange.
Examples:
i3lock --insidevercolor=0000a0bf --insidewrongcolor=ff8000bf --insidecolor=ffffffbf --ringvercolor=0020ffff --ringwrongcolor=4040ffff --ringcolor=404090ff --textcolor=ffffffff --linecolor=aaaaaaff --keyhlcolor=30ccccff --bshlcolor=ff8000ff
Refer to the original README file for general information and libraries you need.