Skip to content

Sameguyy/2B-grub2-theme

 
 

Repository files navigation

Снимок экрана от 2025-09-30 17-33-01

Installation

The theme only supports 1080р

  1. Clone the repository or download the archive

# git clone https://github.com/Sameguyy/2B-grub2-theme.git
  1. Copy the theme folder to the GRUB directory

# sudo mkdir -p /boot/grub/themes
# sudo cp -r 2B-grub2-theme /boot/grub/themes/
  1. Open GRUB config

# sudo nano /etc/default/grub

Find the following lines and set the values:

GRUB_TERMINAL_OUTPUT="gfxterm" #turns on graphics mode in grub

GRUB_GFXMODE=1920х1080 #resolution

GRUB_THEME="/boot/grub/themes/2B-grub2-theme/theme.txt" #path to /theme.txt

  1. Update GRUB

Arch / Manjaro / EndeavourOS

# grub-mkconfig -o /boot/grub/grub.cfg

Fedora / RHEL / CentOS

# grub2-mkconfig -o "$(readlink -e /etc/grub2.conf)"

Ubuntu / Debian / etc..

# update-grub

Forked from https://github.com/vinceliuice/Wuthering-grub2-themes — licensed under GPL-3.0

Releases

No releases published

Packages

No packages published