From 589a5724e00941df770c92210414110a0f7d94ef Mon Sep 17 00:00:00 2001 From: Johnwesley R <47087725+jwr12135@users.noreply.github.com> Date: Thu, 23 Jun 2022 20:02:05 -0400 Subject: [PATCH] Add kde neon specific instructions --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 2a5113f..c0f4cf0 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,17 @@ sudo eopkg install grub-customizer - Select your archive - 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 In order to clone repository from Github you have to install `git` package
@@ -339,6 +350,18 @@ sudo grub2-mkconfig -o /etc/grub2.cfg && sudo grub2-mkconfig -o /etc/grub2-efi.c ``` **WARNING:These commands have only been tested on Arch and Fedora UEFI. If you are able to install a GRUB theme using these commands successfully, please add your distro's name here.** +#### 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 Extract `Ventoy.tar` to `/ventoy/theme` directory