Go to file
Björn Busse eb9099ce4c Update README and version 2021-02-20 01:08:18 +01:00
LICENSE add files 2016-07-28 19:53:57 +02:00
README.md Update README and version 2021-02-20 01:08:18 +01:00
not_really_into_pokemon.png add files 2016-07-28 19:53:57 +02:00
xkcdlock Update README and version 2021-02-20 01:08:18 +01:00

README.md

xkcdlock

A wrapper around screen lockers to display xkcd images
Currently supported are i3lock and swaylack

Depending on the given arguments xkcdlock shows a random image, the latest image or an image of choice.

Note that 'latest' needs an internet connection for the download
If the download fails it falls back to a specific hard-coded image

Builtin is a function to download all images.

Dependencies

rbash, xrandr, awk, curl, convert (from imagick)

Usage

Use xkcdlock -h to show the command help

$ xkcdlock -h

 xkcdlock 21

 Available options are:

    -d  download images to current working directory
    -h  show this help
    -i  show specific image file - overrides '-m'
    -l  lock program: one of i3lock/swaylock
    -m  latest|random                                   default: random
    -v  be verbose
    -V  show version