4JX / Grub-themes

Grub Themes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xenlism Grub Theme

Xenlism Grub Theme is a fork of Grub-theme-vimix. You can find the theme and more information here.

Supported Operating Systems

  • Ubuntu Style
  • Debian Style
  • Arch Linux
  • Manjaro Linux
  • Fedora Linux
  • NixOs Linux
  • Kali Linux
  • Mint Linux
  • Gentoo Linux
  • PopOs
  • Windows
  • MacOs

Installation

If you have any issues with the installation script, follow these steps:

  1. Unpack the tar.xz file and open the unpacked folder.

  2. Inside the folder, you will find another folder. Zip this folder.

  3. Install grub-customizer using the appropriate command for your distribution:

    • For Fedora, run: sudo dnf install -y grub-customizer
    • For Arch Manjaro, run: pacman -S grub-customizer
    • For Ubuntu, run: sudo apt-get install grub-customizer
  4. Edit the /etc/default/grub file and add the following line:

    GRUB_GFXPAYLOAD_LINUX="keep"
    
  5. Copy the hwmatch.mod file to the /boot/grub/x86_64-efi/ directory:

    cp -r /usr/lib/grub/i386-pc/hwmatch.mod /boot/grub/x86_64-efi/
    
  6. Finally, update the grub configuration by running:

    sudo update-grub
    

For Debian, you can follow this link for instructions on installing Grub Customizer.

Install grub themes with grub-customizer tool

Preview

Ubuntu Mint Linux
Ubuntu Mint Linux
Kali Linux Manjaro Linux
Kali Linux Manjaro Linux
Debian
Debian

About

Grub Themes


Languages

Language:Shell 100.0%