From b0dca256c3b33708ac69f4aab28844b78eb44527 Mon Sep 17 00:00:00 2001 From: Vince Date: Sun, 30 Oct 2022 23:48:26 +0800 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5b43cae..d2d6661 100644 --- a/README.md +++ b/README.md @@ -50,19 +50,19 @@ sudo ./install.sh -r -t tela - 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 - - 3440x1440 >> ultrawide2k - - 3840x2160 >> 4k + - 1920x1080 >> 1080p + - 2560x1080 >> ultrawide + - 2560x1440 >> 2k + - 3440x1440 >> ultrawide2k + - 3840x2160 >> 4k - Place your custom background inside the root of the project, and name it `background.jpg` - Run the installer like normal, but with -s `[YOUR_RESOLUTION]` and -t `[THEME]` and -i `[ICON]` - - Make sure to replace `[YOUR_RESOLUTION]` with your resolution and `[THEME]` with the theme + - Make sure to replace `[YOUR_RESOLUTION]` with your resolution and `[THEME]` with the theme ## Contributing: - If you made changes to icons, or added a new one: - - Delete the existing icon, if there is one - - Run `cd assets; ./render-all.sh` + - Delete the existing icon, if there is one + - Run `cd assets; ./render-all.sh` - Create a pull request from your branch or fork - If any issues occur, report then to the [issue](https://github.com/vinceliuice/grub2-themes/issues) page