Update README and version
This commit is contained in:
parent
2bb27ee701
commit
6bafea4536
|
@ -5,7 +5,7 @@ Currently supported are i3lock and swaylack
|
||||||
Depending on the given arguments xkcdlock shows a random image, the latest
|
Depending on the given arguments xkcdlock shows a random image, the latest
|
||||||
image or an image of choice.
|
image or an image of choice.
|
||||||
|
|
||||||
Note that 'latest' needs an internet connection for the download!
|
Note that 'latest' needs an internet connection for the download
|
||||||
If the download fails it falls back to a specific hard-coded image
|
If the download fails it falls back to a specific hard-coded image
|
||||||
|
|
||||||
Builtin is a function to download all images.
|
Builtin is a function to download all images.
|
||||||
|
@ -14,4 +14,4 @@ Builtin is a function to download all images.
|
||||||
rbash, xrandr, awk, curl, convert (from imagick)
|
rbash, xrandr, awk, curl, convert (from imagick)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
Use ```'xkcdlock -h``` to show the command help.
|
Use ```xkcdlock -h``` to show the command help
|
||||||
|
|
2
xkcdlock
2
xkcdlock
|
@ -46,7 +46,7 @@ BG_COLOUR="white"
|
||||||
TOOLTIP_MAX_LINE_LEN=100
|
TOOLTIP_MAX_LINE_LEN=100
|
||||||
|
|
||||||
# git rev-list --count HEAD
|
# git rev-list --count HEAD
|
||||||
VERSION=19
|
VERSION=21
|
||||||
|
|
||||||
# Reduce image size by x pixels in x and y dimension
|
# Reduce image size by x pixels in x and y dimension
|
||||||
# so that the tooltip does not overlay image
|
# so that the tooltip does not overlay image
|
||||||
|
|
Loading…
Reference in New Issue