From ad5b6bd4b159fea4950918a5510864ebb551519d Mon Sep 17 00:00:00 2001 From: pspiagicw Date: Mon, 28 Jun 2021 16:31:01 +0530 Subject: [PATCH] Added GRUB_THEME instruction --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 9ecb1d0..35081ca 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -13,5 +13,5 @@ Download using the [GitHub .zip download](https://github.com/dracula/grub/archiv #### Activating theme 1. Move the dracula folder to /usr/share/grub/themes/ -2. Change the theme in /etc/default/grub +2. Change the theme in /etc/default/grub ( Set GRUB_THEME to '/usr/share/grub/themes/dracula/theme.txt') 3. Run `sudo grub-mkconfig -o /boot/grub/grub.cfg`