This theme brings a touch of elegance and charm to your GRUB bootloader with vibrant colors, clean design, and a kawaii-inspired aesthetic.
- Bold Fonts: Uses unique bold fonts to enhance the theme's visual appeal.
- Minimalistic Design: Focuses on simplicity with a kawaii-inspired aesthetic.
- Easy to Install: Follow the installation steps to quickly apply the theme to your GRUB.
- High Customizability: Modify colors, fonts, and more to make it your own.
- Ensure you have
grub2
installed on your system. - A basic understanding of the Linux terminal.
-
Clone the Repository:
git clone https://github.com/Gabbar-v7/KawaiiGRUB.git
-
Navigate to the Directory:
cd KawaiiGRUB
- Run install.sh:
./install.sh
-
Copy the Theme to GRUB's Themes Directory:
sudo cp -r kawaii-grub-theme /boot/grub/themes/
-
Set the Theme in GRUB Configuration: Open your GRUB configuration file (usually located at
/etc/default/grub
) and add the following line:GRUB_THEME="/boot/grub/themes/kawaii-grub-theme/theme.txt"
-
Update GRUB: Apply the changes by updating GRUB.
sudo update-grub
-
Reboot: Restart your system to see the new theme in action!
-
Copy the Theme to GRUB's Themes Directory:
sudo cp -r kawaii-grub-theme /boot/grub/themes/
-
Set the Theme in GRUB Configuration: Open your GRUB configuration file (usually located at
/etc/default/grub
) and add the following line:GRUB_THEME="/boot/grub/themes/kawaii-grub-theme/theme.txt"
-
Update GRUB: Apply the changes by updating GRUB.
sudo grub-mkconfig -o /boot/grub/grub.cfg
-
Reboot: Restart your system to see the new theme in action!
- Locate the
theme.txt
file inside the theme directory. - Change the
item_font
parameter to use your preferred font file, e.g.,item_font = "roboto_bold_25.pf2"
.
To customize the theme, open the theme.txt
file in the theme directory. Here, you can modify:
- Font: Change the font setting.
- Background: Set your preferred background image. Replace
background.png
- Colors: Adjust colors for selected/unselected menu items and more.
- Incorrect Paths: If you encounter issues during boot, ensure that the paths in
GRUB_THEME
and other settings are correct. Double-check the location of the theme directory and thetheme.txt
file. - Custom Fonts: If you want to use custom fonts, ensure they are in the correct
.pf2
format. Usegrub-mkfont
to convert TTF/OTF fonts:grub-mkfont -s 25 -o custom_font_25.pf2 font.ttf
- Secure Boot: Issues with applying fonts or themes may arise due to Secure Boot. Try disabling Secure Boot in your BIOS/UEFI settings.
- GRUB Update Fails: If
sudo update-grub
fails, ensure that theGRUB_THEME
path is correct and that the theme files are properly copied to/boot/grub/themes/
. - Missing GRUB Directory: If the
/boot/grub/themes/
directory does not exist, create it manually:sudo mkdir -p /boot/grub/themes/
- GRUB Configuration Not Applied: If the theme does not appear after updating GRUB, ensure that the
GRUB_THEME
line is correctly added to/etc/default/grub
and that thegrub-mkconfig
command is executed successfully. - Missing GRUB Directory: If the
/boot/grub/themes/
directory does not exist, create it manually:sudo mkdir -p /boot/grub/themes/
- GRUB Installation: Ensure GRUB is properly installed on your system. If not, install it using:
sudo pacman -S grub
Contributions are welcome! If you’d like to improve this theme, feel free to submit a pull request or open an issue with suggestions.
This project is licensed under the MIT License. See LICENSE for details.
Enjoy the Kawaii GRUB and happy booting!