Skip to content

darac/grub-bgrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grub-bgrt theme

A theme for GRUB2 which uses your system's UEFI logo (aka BGRT).

Installation

    sudo ./install.sh	# Fetches your BGRT, adjusts the theme to suit and installs it.
    echo GRUB_THEME=grub-bgrt | sudo tee -a /etc/default/grub
    sudo update-grub

Font

To change the font in the theme, try something like:

	grub-mkfont -o dejavu_12.pf2 -a -s 12 /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf

(-a adds antialiasing, -s 12 sets the size to 12). Don't forget to update the theme.txt.in as well.

Plymouth Theme

You may also want to pair this with my plymouth theme.

License

All the files in this project are distributed under the GNU General Public License.

Author

Paul Saunders

Forked from

https://github.com/fghibellini/arch-silence