Update README and version

This commit is contained in:
Björn Busse 2021-02-20 01:08:18 +01:00
parent 6bafea4536
commit eb9099ce4c
2 changed files with 16 additions and 1 deletions

View File

@ -15,3 +15,18 @@ 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
```
$ 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
```

View File

@ -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=21 VERSION=22
# 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