README.md
May 20, 2026 · View on GitHub
Outer Wilds GRUB theme
Supported languages: Chinese (simplified), Chinese (traditional), English, French, German, Hungarian, Italian, Korean, Latvian, Norwegian, Polish, Portuguese, Russian, Rusyn, Spanish, Turkish, Ukrainian
Translations are generated using google translate, if you see a problem, feel free to open an issue.
Installation / update
-
Clone this repository and move to the directory:
git clone https://github.com/Terofale/outer-wilds-grub-theme cd outer-wilds-grub-theme -
Review the install.sh script and run it
bash install.sh -
Optional: edit the boot menu entries to make it centered horizontally and add the selectors (it should look like "⠀⠀⠀>Name<")
- either edit
/boot/grub/grub.cfgmanually or use the renameEntries.sh script - I partially vibecoded the renameEntries script, my bash knowledge is too limited to do it on my own so if you don't trust it just edit the grub.cfg manually
- either edit
-
You might also want to edit
/boot/grub/themes/outer-wilds-grub-theme/theme.txtto center the menu vertically- Do this by modifying the number added to the
topattribute of theboot_menucomponent
- Do this by modifying the number added to the
You can use --lang option to select language and disable interactive language selection, e.g.:
bash install.sh --lang French
Full list of languages see in INSTALLER_LANGS variable in install.sh
Uninstallation
run the uninstall.sh script
bash uninstall.sh
I used this theme as a base