Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grub_theme

p3ng0s grub theme

Install the theme:

sudo mkdir -p /usr/share/grub/themes/
sudo git clone https://github.com/p3ng0s/grub_theme.git /usr/share/grub/themes/p3ng0s/

Activate grub theme in the grub.cfg file:

if loadfont ($root)/usr/share/grub/themes/p3ng0s/fonts/hacknerd_12.pf2; then
    loadfont ($root)/usr/share/grub/themes/p3ng0s/fonts/hacknerd_14.pf2
    loadfont ($root)/usr/share/grub/themes/p3ng0s/fonts/hacknerd_16.pf2
    set theme=($root)/usr/share/grub/themes/p3ng0s/theme.txt
    export theme
fi

Make sure GRUB_THEME is not set in /etc/default/grub or it will override this config on next grub-mkconfig run.

About

p3ng0s grub theme

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors