Skip to content

tatounee/Grubnautica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grubnautica

Subnautica themed GRUB2 theme.

Screenshot of the theme

Installation

NOTE

You may have a /boot/grub2 directory instead of /boot/grub. In that case, replace GRUB_PATH in install.sh and adapt the commands below accordingly.

Using the installation script

  • Get the theme from the latest release archive grubnautica.tar.gz, or clone this repository:
git clone https://github.com/tatounee/grubnautica.git
  • Install the theme:
sudo ./install.sh
  • Add or update this line in /etc/default/grub:
GRUB_THEME=/boot/grub/themes/grubnautica/theme.txt
  • Regenerate your GRUB configuration:
sudo grub-mkconfig -o /boot/grub/grub.cfg
  • Done!

Manually

  • Get the theme from the latest release archive grubnautica.tar.gz, or clone this repository:
git clone https://github.com/tatounee/grubnautica.git
  • Choose a background image by copying one from backgrounds/ to grubnautica/background.png, or use the dedicated script:
./choose_background.sh
  • Copy the grubnautica/ directory to your GRUB themes directory:
sudo cp -r grubnautica /boot/grub/themes/
  • Add or update this line in /etc/default/grub:
GRUB_THEME=/boot/grub/themes/grubnautica/theme.txt
  • Regenerate your GRUB configuration:
sudo grub-mkconfig -o /boot/grub/grub.cfg
  • Done!

Tips

You can use Jacksaur's cycling script to automatically change your background image at each reboot.

Screenshots

Screenshot of the theme with a different background image Screenshot of the theme's submenu Screenshot of the theme's terminal