From 3af13205facf0d8d15e8f5c95e1aed9a39a57393 Mon Sep 17 00:00:00 2001 From: Claravox Date: Thu, 5 Aug 2021 15:11:35 -0700 Subject: [PATCH 1/3] Make readme match capitalization of files in customize directory --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3541232..c374218 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ cd distro-grub-themes/customize #### Copy theme Theme must be unpacked (in folder) ``` -sudo cp -r Ubuntu/ /boot/grub/themes +sudo cp -r ubuntu/ /boot/grub/themes ``` #### Edit Grub config @@ -181,9 +181,9 @@ GRUB_GFXMODE=1920x1080 At the end of file add theme path: ``` -GRUB_THEME="/boot/grub/themes/Ubuntu/theme.txt" +GRUB_THEME="/boot/grub/themes/ubuntu/theme.txt" ``` -Replace "Ubuntu" with selected theme
+Replace "ubuntu" with selected theme
Ctrl+O to save, Ctrl+X to exit ## Instal theme in Ventoy From 0f5193725e823ff0427fee26ee56b00890f8e072 Mon Sep 17 00:00:00 2001 From: Claravox Date: Thu, 5 Aug 2021 15:25:03 -0700 Subject: [PATCH 2/3] Add update step to manual configuration in readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index c374218..d36e571 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,21 @@ GRUB_THEME="/boot/grub/themes/ubuntu/theme.txt" Replace "ubuntu" with selected theme
Ctrl+O to save, Ctrl+X to exit +#### Update Grub config +You will need to tell Grub to update its configuration to include the new theme. + +Ubuntu and Debian-based systems: + +``` +sudo update-grub +``` + +Arch Linux: + +``` +sudo grub-mkconfig -o /boot/grub/grub.cfg +``` + ## Instal theme in Ventoy Extract ```Ventoy.tar``` to ```/ventoy/theme``` directory From 894b8220637738172df02ad4dac143d5e281dbcc Mon Sep 17 00:00:00 2001 From: Claravox Date: Thu, 5 Aug 2021 15:29:28 -0700 Subject: [PATCH 3/3] Minor fix to Ventoy section in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d36e571..43fc291 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Arch Linux: sudo grub-mkconfig -o /boot/grub/grub.cfg ``` -## Instal theme in Ventoy +## Install theme in Ventoy Extract ```Ventoy.tar``` to ```/ventoy/theme``` directory Locate ```ventoy.json``` file in ```/plugin/ventoy/``` directory and change: @@ -212,7 +212,7 @@ to ``` "file": "/ventoy/theme/Ventoy/theme.txt", ``` -For more informations head over to [Ventoy website](https://www.ventoy.net/en/plugin_theme.html) +For more information head over to [Ventoy website](https://www.ventoy.net/en/plugin_theme.html) ## To-do list Feature | Status