项目作者: darac

项目描述 :
Grub Theme using your BGRT (UEFI logo)
高级语言: Shell
项目地址: git://github.com/darac/grub-bgrt.git
创建时间: 2018-06-14T19:00:17Z
项目社区:https://github.com/darac/grub-bgrt

开源协议:MIT License

下载


grub-bgrt theme

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

Installation

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

Font

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

  1. 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