Skip to content

Se7endAY/grub2-theme-vimix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Grub2 Theme Vimix

AUTHOR: vinceliuice

Installation

Arch Linux

install packages form AUR :
$ yaourt -S grub2-theme-vimix-git
Edit /etc/default/grub :
GRUB_THEME="/boot/grub/themes/Vimix/theme.txt"
Update grub :
$ grub-mkconfig -o /boot/grub/grub.cfg

Fedora 28/29/32

install packages:
$ cd Downloads/
$ git clone https://github.com/Se7endAY/grub2-theme-vimix.git && cd grub2-theme-vimix
$ sudo cp -r Vimix/ /boot/grub2/themes/ 
$ sudo nano /etc/default/grub

Copy this at the bottom

$ GRUB_THEME="/boot/grub2/themes/Vimix/theme.txt"

Place # marker in front

$ GRUB_TERMINAL_OUTPUT="console"
Update grub:
$ sudo grub2-mkconfig -o /etc/grub2.cfg
Update grub for UEFI boot:
$ sudo grub2-mkconfig -o /etc/grub2-efi.cfg

Screenshot

screenshot

About

A blur theme for grub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published