Update README and version
This commit is contained in:
parent
6bafea4536
commit
eb9099ce4c
15
README.md
15
README.md
|
@ -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
|
||||||
|
```
|
||||||
|
|
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=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
|
||||||
|
|
Loading…
Reference in New Issue