Home
Subject
- Theme Source
- Background Source
- Icon Source
- Theme File
- Install
- Apply
- Helper
- Docs
- Grub Theme / Glass Series
- Grub Theme / Image Creation
Theme Source
Theme Source |
---|
GitHub / samwhelp / grub-theme-glass |
Background Source
Icon Source
Theme Source |
---|
GitHub / vinceliuice / grub2-themes |
Theme File
Theme File |
---|
theme.txt |
background.jpg |
Install
run
mkdir -p "./tmp"
wget -c "https://github.com/samwhelp/grub-theme-glass-remix/archive/refs/heads/main.tar.gz" -O "./tmp/grub-theme-glass-remix-main.tar.gz"
tar xf "./tmp/grub-theme-glass-remix-main.tar.gz" -C "./tmp"
sudo mkdir -p "/boot/grub/themes"
sudo cp -rf "./tmp/grub-theme-glass-remix-main/." "/boot/grub/themes/grub-theme-glass-remix"
or run remote script fetch.sh
bash <(curl -L 'https://raw.githubusercontent.com/samwhelp/grub-theme-glass-remix/main/helper/theme-installer/fetch.sh')
Apply
edit /etc/default/grub
GRUB_BACKGROUND='/boot/grub/themes/grub-theme-glass-remix/background.jpg'
GRUB_THEME="/boot/grub/themes/grub-theme-glass-remix/theme.txt"
or create file /etc/default/grub.d/theme.cfg
, run
cat << EOF | sudo tee /etc/default/grub.d/theme.cfg
GRUB_BACKGROUND='/boot/grub/themes/grub-theme-glass-remix/background.jpg'
GRUB_THEME="/boot/grub/themes/grub-theme-glass-remix/theme.txt"
EOF
then run
sudo update-grub
or run
sudo grub-mkconfig -o /boot/grub/grub.cfg
Helper
Docs
Grub Docs |
---|
Theme file format |
Styled Boxes
Region | Region | Region |
---|---|---|
1. Northwest (nw ) | 2. North (n ) | 3. Northeast (ne ) |
4. West (w ) | 5. Center (c ) | 6. East (e ) |
7. Southwest (sw ) | 8. South (s ) | 9. Southeast (se ) |
menu-box file name
Region | Region | Region |
---|---|---|
1. menu-box-nw.png | 2. menu-box-n.png | 3. menu-box-ne.png |
4. menu-box-w.png | 5. menu-box-c.png | 6. menu-box-e.png |
7. menu-box-sw.png | 8. menu-box-s.png | 9. menu-box-se.png |
Branch
Grub Theme / Glass Series
Grub Theme / Image Creation
Link | GitHub |
---|---|
demo-grub-theme-image-creation | GitHub |