From eb9099ce4cac2a493a655cc2bad4d2cb3997d9e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Busse?= Date: Sat, 20 Feb 2021 01:08:18 +0100 Subject: [PATCH] Update README and version --- README.md | 15 +++++++++++++++ xkcdlock | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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