mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 07:12:33 +02:00
Merge pull request #64 from jwr12135/patch-1
Add kde neon specific instructions
This commit is contained in:
commit
eac15e7809
1 changed files with 23 additions and 0 deletions
23
README.md
23
README.md
|
@ -237,6 +237,17 @@ sudo eopkg install grub-customizer
|
||||||
- Select your archive
|
- Select your archive
|
||||||
- Save changes
|
- Save changes
|
||||||
|
|
||||||
|
### KDE Neon
|
||||||
|
|
||||||
|
Neon's default theme is set in a seperate file that overrides any theme changes you make. Run the following to disable the default grub theme:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo rm /etc/default/grub.d/99_breeze-grub.cfg
|
||||||
|
sudo update-grub
|
||||||
|
```
|
||||||
|
|
||||||
|
To revert back to the orignal KDE Neon theme, in the Grub Customizer: Appearance settings, change the theme dropdown back to breeze.
|
||||||
|
|
||||||
## Manual Installation
|
## Manual Installation
|
||||||
|
|
||||||
In order to clone repository from Github you have to install `git` package <br>
|
In order to clone repository from Github you have to install `git` package <br>
|
||||||
|
@ -329,6 +340,18 @@ sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
|
||||||
|
|
||||||
**WARNING: this commands may not work for you. Your grub config directory may vary depending on your distribution**
|
**WARNING: this commands may not work for you. Your grub config directory may vary depending on your distribution**
|
||||||
|
|
||||||
|
#### KDE Neon
|
||||||
|
|
||||||
|
Neon's default theme is set in a seperate file that overrides any theme changes you make. Run the following to disable the default grub theme:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo rm /etc/default/grub.d/99_breeze-grub.cfg
|
||||||
|
```
|
||||||
|
|
||||||
|
Ensure you update the grub after this removal via the ubuntu instructions.
|
||||||
|
|
||||||
|
To revert back to the orignal KDE Neon theme, set the `GRUB_THEME` value in `/etc/default/grub` to `/boot/grub/themes/breeze/theme.txt`.
|
||||||
|
|
||||||
## Install theme in Ventoy
|
## Install theme in Ventoy
|
||||||
|
|
||||||
Extract `Ventoy.tar` to `/ventoy/theme` directory
|
Extract `Ventoy.tar` to `/ventoy/theme` directory
|
||||||
|
|
Loading…
Add table
Reference in a new issue