This is my fork of Lixxia's i3lock copy.
It has following differences:
- Indicates current keyboard layout (used source files of xkb-switch). Use "--no-keyboard-layout" option to turn it off
- Indicates caps lock state (if it's active the "CAPS" label will appear). Use "--no-caps-lock-state" option to turn it off
- Indicates input visualization: as you type your password string with asterisk showing number of typed characters appears. Use "--no-input-visualization" to turn it off
- Specify button radius ('-R' option, default 90)
- Specify time font size ('-F' option, default 32)
- Specify circle opacity ('-O' option, default 0.4)
- Specify border and text opacity('-T' option default 1)
- Specify unlock indicator position providing '-X' and '-Y' arguments with desired x and y offsets from right bottom corner (see screenshots below)
i3lock -i ~/Pictures/wallpaper.png
'i3lock -i ~/Pictures/wallpaper.png -R 150'
'i3lock -i ~/Pictures/wallpaper.png -R 150 -F 50'
'/i3lock -i ~/Pictures/wallpaper.png -R 800'
'/i3lock -i ~/Pictures/wallpaper.png -R 800 -F 100'
'i3lock -i ~/Pictures/wallpaper.png -R 1300 -F 100 -X 400 -Y 200'
$ git clone https://github.com/cac03/i3lock.git
$ cd i3lock
# make install