0
0
Fork 0
mirror of https://github.com/mino29/tokyo-night-grub.git synced 2024-09-12 20:28:08 -04:00
A grub theme using Tokyo Night color scheme based on Dracula grub
Find a file
2022-11-03 20:44:33 +08:00
tokyo-night initial commit 2022-11-03 20:37:48 +08:00
.gitignore initial commit 2022-11-03 20:37:48 +08:00
LICENSE initial commit 2022-11-03 20:37:48 +08:00
README.md update README 2022-11-03 20:44:33 +08:00
screenshot.png initial commit 2022-11-03 20:37:48 +08:00

Tokyo-Night for GRUB

A dark theme for GRUB. Basically just minor tweaks of Dracula grub that I made to go along with my arch i3 rice.

Screenshot

This should fit all kinds of resolustion of screens, at least my 1080p screen worked just fine.

Install

Steps:

  1. clone this repo or download the .zip
git clone https://github.com/mino29/tokyo-night-grub.git
  1. copy the whole tokyo-night directory grub themes
sudo cp -r tokyo-night /boot/grub/themes
  1. edit grub file
sudo vim /etc/default/grub

change #GRUB_THEME= to GRUB_THEME = "/boot/grub/themes/dracula/theme.txt"

4.use magic and reboot

run this command

sudo grub-mkconfig -o /boot/grub/grub.cfg

then reboot and voila

Potential problems and solutions

Oh oh, can't see grub menu or boot into arch linux?

Grub on Arch Linux can be a pain to deal with recently. After I change the theme and reboot and cannot boot into my Arch Linux, had to do a "chroot", but worry not, here's what you need:

  • USB drive with arch iso
  • 15 minutes of free time
  • Stable internet connection
  • this on-point article

Credit

License

MIT License