Options (6)
-c, --colorbooleanLock the screen with a simple color background (rrggbb format)
Example:
i3lock {{[-c|--color]}} {{0000ff}}-i, --imagebooleanLock the screen to a PNG background
Example:
i3lock {{[-i|--image]}} {{path/to/file.png}}-u, --no-unlock-indicatorbooleanLock the screen and disable the unlock indicator (removes feedback on keypress)
Example:
i3lock {{[-u|--no-unlock-indicator]}}-p, --pointerbooleanLock the screen and don't hide the mouse pointer
Example:
i3lock {{[-p|--pointer]}} {{default}}-t, --tilingbooleanLock the screen to a PNG background tiled over all monitors
Example:
i3lock {{[-i|--image]}} {{path/to/file.png}} {{[-t|--tiling]}}-f, --show-failed-attemptsbooleanLock the screen and show the number of failed login attempts
Example:
i3lock {{[-f|--show-failed-attempts]}}Examples (7)
Lock the screen showing a white background
Lock the screen with a simple color background (rrggbb format)
i3lock [-c|--color] 0000ffLock the screen to a PNG background
i3lock [-i|--image] path/to/file.pngLock the screen and disable the unlock indicator (removes feedback on keypress)
i3lock [-u|--no-unlock-indicator]Lock the screen and don't hide the mouse pointer
i3lock [-p|--pointer] defaultLock the screen to a PNG background tiled over all monitors
i3lock [-i|--image] path/to/file.png [-t|--tiling]Lock the screen and show the number of failed login attempts
i3lock [-f|--show-failed-attempts]made by @shridhargupta | data from tldr-pages