mirror of
https://github.com/mino29/tokyo-night-grub.git
synced 2024-12-26 20:59:04 -05:00
fix a name error in readme
This commit is contained in:
parent
314fe294d6
commit
a7e6e24ca1
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ sudo cp -r tokyo-night /boot/grub/themes
|
|||
sudo vim /etc/default/grub
|
||||
```
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue