From 036be2dc7fa601e778ad9a3098ef4ad526a165b0 Mon Sep 17 00:00:00 2001 From: "Nick G." <77028175+TheParadoxBox@users.noreply.github.com> Date: Wed, 12 Feb 2025 20:54:08 -0500 Subject: [PATCH 1/2] Change message font in Plymouth Will require Helvetica to be installed --- Plymouth/Chicago95/Chicago95.script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plymouth/Chicago95/Chicago95.script b/Plymouth/Chicago95/Chicago95.script index fe8cd49..064f459 100644 --- a/Plymouth/Chicago95/Chicago95.script +++ b/Plymouth/Chicago95/Chicago95.script @@ -106,7 +106,7 @@ fun display_password_callback (prompt, bullets) dialog_setup(); else dialog_opacity(1); - dialog.prompt_sprite.SetImage(Image.Text(prompt, 1, 0.5, 0, 1, "Mono Bold 14")); + dialog.prompt_sprite.SetImage(Image.Text(prompt, 1, 0.5, 0, 1, "Helvetica Bold 18")); dialog.prompt_sprite.SetPosition(((screen_width) * 0.3), (screen_height * 0.9), 2); for (index = 0; dialog.bullet[index] || index < 19; index++) { @@ -171,7 +171,7 @@ message_sprite.SetPosition((screen_width * 0.3), (screen_height * 0.9), 2); fun message_callback (text) { - my_image = Image.Text(text, 1, 0.5, 0, 1, "Mono Bold 14"); + my_image = Image.Text(text, 1, 0.5, 0, 1, "Helvetica Bold 18"); message_sprite.SetImage(my_image); } From 01bdee05c6292d04c5c7c931d018f1111986dd20 Mon Sep 17 00:00:00 2001 From: "Nick G." <77028175+TheParadoxBox@users.noreply.github.com> Date: Wed, 12 Feb 2025 20:56:33 -0500 Subject: [PATCH 2/2] Update README.md --- Plymouth/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Plymouth/README.md b/Plymouth/README.md index 052d923..8fe8118 100644 --- a/Plymouth/README.md +++ b/Plymouth/README.md @@ -4,6 +4,8 @@ The Windows95 boot theme is based on the template provided by [http://brej.org/b It is meant to simulate the Windows 95 boot screen and shutdown screen. +If you wish to use a font other than Helvetica as provided by Cronyx Cyrillic, you must change all occurences of "Helvetica Bold 18" in Chicago95.script to your preferred font. + The RetroTux boot theme is based on the xubuntu-logo Plymouth theme. #### Install instructions for XUbuntu