theme.txt: set terminal sizes to full screen; fix big font by adding zunicode.pf2 (alphabetical order matters) [release 5.25.3-2mamba;Sun Jul 17 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 20:56:48 +01:00
parent b224780988
commit d50e610a33
2 changed files with 22 additions and 8 deletions

View File

@ -1,7 +1,17 @@
diff -Nru breeze-grub-5.16.3.orig/breeze/theme.txt breeze-grub-5.16.3/breeze/theme.txt --- breeze-grub-5.25.3/breeze/theme.txt.orig 2022-07-12 11:57:28.000000000 +0200
--- breeze-grub-5.16.3.orig/breeze/theme.txt 2019-07-09 17:10:07.000000000 +0200 +++ breeze-grub-5.25.3/breeze/theme.txt 2022-07-17 19:27:37.318372060 +0200
+++ breeze-grub-5.16.3/breeze/theme.txt 2019-07-19 19:59:00.165195819 +0200 @@ -14,6 +14,10 @@
@@ -41,13 +41,13 @@ message-color: "#7f8c8d"
message-bg-color: "#4d4d4d" # TODO: whatever is this for?
desktop-color: "#000000" # black
+terminal-left: "0"
+terminal-top: "0"
+terminal-width: "100%"
+terminal-height: "100%"
# title
# NOTE: can't put this in a vbox because GRUB is crap and item highlighting
@@ -26,13 +30,13 @@
text = "Select Operating System" text = "Select Operating System"
align = "center" align = "center"
font = "Unifont Regular 32" font = "Unifont Regular 32"
@ -18,7 +28,7 @@ diff -Nru breeze-grub-5.16.3.orig/breeze/theme.txt breeze-grub-5.16.3/breeze/the
# NB: this is scooped upwards from the middle. # NB: this is scooped upwards from the middle.
# effectively 50px are below and the remaining 150 above # effectively 50px are below and the remaining 150 above
top = 50%-150 top = 50%-150
@@ -63,17 +63,17 @@ @@ -48,17 +52,17 @@
item_font = "Unifont Regular 16" item_font = "Unifont Regular 16"
item_color = "#7f8c8d" item_color = "#7f8c8d"
selected_item_font = "Unifont Bold 16" selected_item_font = "Unifont Bold 16"
@ -43,7 +53,7 @@ diff -Nru breeze-grub-5.16.3.orig/breeze/theme.txt breeze-grub-5.16.3/breeze/the
} }
# Show a styled horizontal progress bar # Show a styled horizontal progress bar
@@ -91,9 +91,9 @@ @@ -76,9 +80,9 @@
# Show text progress bar # Show text progress bar
+ progress_bar { + progress_bar {
id = "__timeout__" id = "__timeout__"

View File

@ -2,7 +2,7 @@
%define plasmaver %(echo %{version} | cut -d. -f1-3) %define plasmaver %(echo %{version} | cut -d. -f1-3)
Name: breeze-grub Name: breeze-grub
Version: 5.25.3 Version: 5.25.3
Release: 1mamba Release: 2mamba
Summary: KDE Plasma 5 Breeze theme for the Grub boot loader Summary: KDE Plasma 5 Breeze theme for the Grub boot loader
Group: Graphical Desktop/Look 'n' feel Group: Graphical Desktop/Look 'n' feel
Vendor: openmamba Vendor: openmamba
@ -10,7 +10,7 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kde.org/ URL: https://kde.org/
Source: https://download.kde.org/stable/plasma/%{plasmaver}/breeze-grub-%{version}.tar.xz Source: https://download.kde.org/stable/plasma/%{plasmaver}/breeze-grub-%{version}.tar.xz
Patch0: breeze-grub-5.16.3-theme-openmamba.patch Patch0: breeze-grub-5.25.3-theme-openmamba.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
@ -37,6 +37,7 @@ Settings for the KDE Plasma 5 Breeze theme for the Grub boot loader.
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -d %{buildroot}%{_datadir}/grub/themes install -d %{buildroot}%{_datadir}/grub/themes
cp -a breeze %{buildroot}%{_datadir}/grub/themes cp -a breeze %{buildroot}%{_datadir}/grub/themes
cp %{_datadir}/grub/unicode.pf2 %{buildroot}%{_datadir}/grub/themes/breeze/zunicode.pf2
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -65,6 +66,9 @@ fi
%{_datadir}/grub/themes/breeze/theme.txt %{_datadir}/grub/themes/breeze/theme.txt
%changelog %changelog
* Sun Jul 17 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.25.3-2mamba
- theme.txt: set terminal sizes to full screen; fix big font by adding zunicode.pf2 (alphabetical order matters)
* Tue Jul 12 2022 Automatic Build System <autodist@mambasoft.it> 5.25.3-1mamba * Tue Jul 12 2022 Automatic Build System <autodist@mambasoft.it> 5.25.3-1mamba
- automatic version update by autodist - automatic version update by autodist