PAM-less i3lock-color fork
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 patch in i3lock-color commits 9 years ago
.clang-format commit missing .clang-format 10 years ago
.gitignore add .gitignore 13 years ago
.travis.yml use trusty, install libxkbcommon-dev from wily 9 years ago
CHANGELOG update CHANGELOG 10 years ago
LICENSE update debian packaging, update copyright 14 years ago
Makefile makefile: s/README/README.md/ 10 years ago
README.md patch in i3lock-color commits 9 years ago
README.md.old patch in i3lock-color commits 9 years ago
cursors.h clang-format -i **/*.[ch] 10 years ago
i3lock.1 Remove DPMS support in favor of a wrapper script and xset(1). 9 years ago
i3lock.c patch in i3lock-color commits 9 years ago
i3lock.h clang-format -i **/*.[ch] 10 years ago
i3lock.pam use 'auth include login' instead of '@include login', the latter is debian-specific (Thanks mseed) 14 years ago
unlock_indicator.c patch in i3lock-color commits 9 years ago
unlock_indicator.h clang-format -i **/*.[ch] 10 years ago
xcb.c Remove DPMS support in favor of a wrapper script and xset(1). 9 years ago
xcb.h Turn on the screen on successful authentication 11 years ago
xinerama.c Update copyright notices and get rid of ranges 10 years ago
xinerama.h Use (void) instead of () for functions without args (Thanks fernandotcl) 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.