darac / grub-bgrt

Grub Theme using your BGRT (UEFI logo)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Grub Theme using your BGRT (UEFI logo)

License:MIT License


Languages

Language:Shell 100.0%