
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/gustawho/grub2-theme-breeze
A minimalistic GRUB theme inspired by Breeze, the default style for Plasma 5 / KDE Frameworks.
# Installation
Copy the "breeze" directory to a location GRUB can access it. The standard path is /usr/share/grub/themes/, but if your installing this theme in an encrypted system, you might prefer to copy this package content to /boot and set your GRUB configuration file accordingly.
Edit /etc/default/grub, making sure this line (or a variant of it) exists:
GRUB_THEME="/usr/share/grub/themes/breeze/theme.txt"
And then run:
sudo grub-mkconfig -o /boot/grub/grub.cfg
5.19.4 8 months ago
* Updated background to the one featured in Plasma 5.19
* Added extra sizes for font and background
* Default font size and color changes
* Updated icons: memtest, hard drive
* New icons: Windows 7, Ubuntu GNOME, encrypted drive, Pop!_OS
5.19.4 8 months ago
* Updated background to the one featured in Plasma 5.19
* Added extra sizes for font and background
* Default font size and color changes
* Updated icons: memtest, hard drive
* New icons: Windows 7, Ubuntu GNOME, encrypted drive, Pop!_OS
Version 5.13.1 2 years ago
* Added a few more icons and logos
* The boot menu is now centered
* The icons are now smaller and have a little margin around them
* Hack replaces Terminus as the default font
* Minor layout tweaks
Changelog 2 years ago
Version 5.13:
* Updated background to match the one shipped with Plasma 5.13
* Added gaussian blur to the background
5 years ago
0.3.1
===============================
Semi-transparent background on selected items
0.3
===============================
New logos added: CentOS, Deepin, DragonFly BSD, KaOS, NetBSD, OpenBSD, Ubuntu Mate, Zorin OSTerminus font
0.2
===============================
Various changes in the progress barAdded installer
0.1
===============================
Added
Mte90
21 days ago
Report
lughano
2 months ago
Report
olegrom
7 months ago
Report
rooozar
7 months ago
Report
riddler
7 months ago
Report
birsabir
7 months ago
Report
rpgmaker
10 months ago
Report
sengchanh-46
1 year ago
Report
mcoyle1960
1 year ago
Thanks for the work!
Report
smile96
1 year ago
Report
jsimek
2 years ago
Report
taab84
2 years ago
Report
mikitl
2 years ago
Report
ccreativecnd
2 years ago
Report
gustawho
2 years ago
All you need to do is add the "--class" option. For instance, I have two options to shutdown and reset the PC. I created the /etc/grub.d/40_custom with the content:
menuentry "Power Off" --class shutdown {
echo "System shutting down..."
halt
}
menuentry "Reboot" --class reboot {
echo "System is rebooting..."
reboot
}
Report
xeno-idaltu
2 years ago
Report
jaakdentrekhaak
2 years ago
1) Download the theme from the 'files' tab on this website
2) Open your download folder and right click the installed theme and press 'extract here'
3) Open the new folder created by step 2. Once you are in here, right click a blank space and press 'open in terminal'
4) type the following commands: `chmod +x install.sh` and then 'sudo ./install.sh'
5) Then you have to enter your password and a message will appear saying that you should change a thing starting with 'Grub theme...'. You will need to enter y to continue. Then you will get a screen with some variables as 'grub default=0' ...
6) You will now need to navigate using the arrows on your keyboard to the line under the last command and there you need to type this command: 'GRUB_THEME=/boot/grub/themes/breeze/theme.txt'
7) Last, you will need to press 'ctrl + x' on your keyboard to save the changes. I also believe you will have to press enter after this step.
8) Now you will get a message saying: 'Successful, restart your system' That's it! You're done!
Report
Gauge
2 years ago
Report
genow
2 years ago
Report
edada
2 years ago
Report
maxximo88
3 years ago
Is it possible to have horizontal choices menu?
Report
PythonProgrammer23@Ubuntu
3 years ago
Report
PythonProgrammer23@Ubuntu
3 years ago
exception '9Exception'
with message 'themefile breeze/icons/deepin.png not found!
in /build/grub-customizer-hZVPvY/grub-customizer-5.0.6/src/main/../Bootstrap/../Model/Theme.hpp:152
I don't know if this is GRUB Customizer, or this just don't work.
I have the option to continue, but I might risk data loss.
Also, when I tried to set it as the theme, I got an error:
"theme.txt not found. Please find the themes config file and rename it as theme.txt!"
I noticed it was in a subdirectory and moved it. Did I do something wrong?
Report
gustawho
3 years ago
GRUB_THEME="/usr/share/grub/themes/starfield/theme.txt"
And re-generate grub.cfg to apply the changes (in most cases, "grubcfg -o /boot/grub/grub.cfg" is more than enough). If configuring the theme was successful, you will see Found theme: /usr/share/grub/themes/starfield/theme.txt in the terminal.
The error you're getting is when building the program you mentioned.
Report
PythonProgrammer23@Ubuntu
3 years ago
Report