From f6d3ed5034ad1b0c48f65af64a785f5c0341a858 Mon Sep 17 00:00:00 2001 From: Michal Date: Fri, 29 Jul 2022 19:34:05 +0100 Subject: [PATCH] Fixed spacing and format in the GRUB theme --- crystal/theme.txt | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/crystal/theme.txt b/crystal/theme.txt index 18caeec..e6f1b24 100644 --- a/crystal/theme.txt +++ b/crystal/theme.txt @@ -6,7 +6,7 @@ title-text: "" desktop-image: "background.png" desktop-image-scale-method: "stretch" desktop-color: "#000000" -terminal-font: "Unifont Regular 16" +terminal-font: "Unifont Regular 12" terminal-left: "0" terminal-top: "0" terminal-width: "100%" @@ -16,17 +16,17 @@ terminal-border: "0" # Logo image + image { left = 50%-75 - top = 50%-75 + top = 25%-75 file = "logo.png" } # Show the boot menu + boot_menu { - left = 50%-240 - top = 60% - width = 480 - height = 30% - item_font = "Unifont Regular 16" + top = 45% + left = 10% + width = 80% + height = 45% + item_font = "Unifont Regular 12" item_color = "#f6f6f6" selected_item_color = "#f6f6f6" item_height = 32 @@ -36,11 +36,12 @@ terminal-border: "0" # Show a countdown message using the label component + label { - top = 82% + top = 85% left = 35% width = 30% + item_font = "Unifont Regular 12" align = "center" id = "__timeout__" - text = "Booting in %d seconds" + text = "Booting in %ds" color = "#f6f6f6" }