This theme has been tested on:
- Lenovo Yoga Slim 7 Pro X (Resolution: 3072x1920)
- Fedora 37
- Download theme
- Copy theme to /usr/share/grub/themes
- Open /etc/default/grub
- Modify the following:
-
Change:
GRUB_TERMINAL=console
To:
#GRUB_TERMINAL=console
-
Add:
GRUB_THEME="/usr/share/grub/themes/yoga/theme.txt"
-
!!! This might be different for your distro !!!
-
Open /etc/grub.d/30_uefi-firmware
-
Change:
"menuentry '$LABEL' \$menuentry_id_option 'uefi-firmware' {"
To:
"menuentry '$LABEL' --class uefi-firmware \$menuentry_id_option 'uefi-firmware' {"
Note: use
--class efi
instead of--class uefi-firmware
for different icon
-
Run:
sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
or
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
-
Reboot & enjoy!
Not available at the moment
Licensed under GNU GPL v3.0
Created by
mBilG, 2022
Adapted from
Filippo Ghibellini https://github.com/fghibellini/arch-silence
and
Abel Johnson https://github.com/Abe0770/b-grub-theme