Commit 2f6c600c authored by Andrey Cherepanov's avatar Andrey Cherepanov

Show grub2 message in two line and with big font size

parent 1e29a2a2
...@@ -24,27 +24,37 @@ ...@@ -24,27 +24,37 @@
message-font: "DejaVu Sans Regular 12" message-font: "DejaVu Sans Regular 12"
title-text: "" title-text: ""
message-color: "#000000" message-color: "#000000"
message-bg-color: "#0c2c6c" message-bg-color: "#77b5f2"
desktop-image: "boot.png" desktop-image: "boot.png"
terminal-font: "Misc Fixed Regular 13" terminal-font: "Misc Fixed Regular 13"
#help bar at the bottom #help bar at the bottom
+ label { + label {
top = 100%-25 top = 100%-60
left = 0 left = 20%
width = 100% width = 60%
height = 20 height = 25
#text = "To boot the selected operating system using default settings, press Enter. For additional settings, press E" text = "Для запуска системы выберите пункт меню и нажмите Enter."
text = "Для запуска системы выберите пункт меню и нажмите Enter. Для редактирования меню нажмите E"
align = "center" align = "center"
font = "DejaVu Sans Regular 12" font = "Droid Sans Bold 14"
color = "#F8E97C" color = "#008"
}
+ label {
top = 100%-40
left = 20%
width = 60%
height = 25
text = "Для редактирования меню нажмите E. Для выхода - Esc."
align = "center"
font = "Droid Sans Bold 14"
color = "#008"
} }
#menu #menu
+ boot_menu { + boot_menu {
left = 16% left = 20%
width = 68% width = 60%
top = 30% top = 30%
height = 40% height = 40%
item_font = "DejaVu Sans Bold 14" item_font = "DejaVu Sans Bold 14"
...@@ -60,7 +70,7 @@ terminal-font: "Misc Fixed Regular 13" ...@@ -60,7 +70,7 @@ terminal-font: "Misc Fixed Regular 13"
scrollbar_width = 20 scrollbar_width = 20
scrollbar_thumb = "scrollbar_slider_*.png" scrollbar_thumb = "scrollbar_slider_*.png"
scrollbar_frame = "scrollbar_border_*.png" scrollbar_frame = "scrollbar_border_*.png"
item_color = "#b5bdd0" item_color = "#000080"
selected_item_color = "#ffffff" selected_item_color = "#ffffff"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment