From 6bafea453616a570b950be182d82e95afb07f1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Busse?= Date: Sat, 20 Feb 2021 01:03:41 +0100 Subject: [PATCH] Update README and version --- README.md | 4 ++-- xkcdlock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f79e59b..85e846a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Currently supported are i3lock and swaylack Depending on the given arguments xkcdlock shows a random image, the latest 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 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) ## Usage -Use ```'xkcdlock -h``` to show the command help. +Use ```xkcdlock -h``` to show the command help diff --git a/xkcdlock b/xkcdlock index 7073bef..5b1107b 100755 --- a/xkcdlock +++ b/xkcdlock @@ -46,7 +46,7 @@ BG_COLOUR="white" TOOLTIP_MAX_LINE_LEN=100 # git rev-list --count HEAD -VERSION=19 +VERSION=21 # Reduce image size by x pixels in x and y dimension # so that the tooltip does not overlay image