From 1d5b2d327a861c5bbfc4e10a48e4f56b839fbea0 Mon Sep 17 00:00:00 2001 From: Stuart Hayhurst <33733427+Dragon8oy@users.noreply.github.com> Date: Sat, 17 Oct 2020 15:14:09 +0100 Subject: [PATCH] Document imagemagick as required dependency --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1473446..5b2485b 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ _If no options are used, a user interface will show up instead_ ### Setting a custom background: + - Make sure you have `imagemagick` installed, or at least something that provides `convert` - Find the resolution of your display, and make sure your background matches the resolution - (1920x1080 -> --1080p, 2560x1080 -> --ultrawide, 2560x1440 -> --2k, 3840x2160 -> --4k) - Place your custom background inside the root of the project, and name it either background.jpg or custom-background.jpg