diff --git a/README.md b/README.md index 85e846a..bc2e2eb 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,18 @@ 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 +``` diff --git a/xkcdlock b/xkcdlock index 5b1107b..409a289 100755 --- a/xkcdlock +++ b/xkcdlock @@ -46,7 +46,7 @@ BG_COLOUR="white" TOOLTIP_MAX_LINE_LEN=100 # git rev-list --count HEAD -VERSION=21 +VERSION=22 # Reduce image size by x pixels in x and y dimension # so that the tooltip does not overlay image