0
0
Fork 0
mirror of https://github.com/mino29/tokyo-night-grub.git synced 2024-09-12 20:28:08 -04:00

fix a name error in readme

This commit is contained in:
mino29 2022-11-04 23:31:52 +08:00
parent 314fe294d6
commit a7e6e24ca1

View file

@ -31,7 +31,7 @@ sudo cp -r tokyo-night /boot/grub/themes
sudo vim /etc/default/grub sudo vim /etc/default/grub
``` ```
change `#GRUB_THEME=` to change `#GRUB_THEME=` to
`GRUB_THEME = "/boot/grub/themes/dracula/theme.txt"` `GRUB_THEME = "/boot/grub/themes/tokyo-night/theme.txt"`
4.use magic and reboot 4.use magic and reboot