Show grub2 message in two line and with big font size

This commit is contained in:
Andrey Cherepanov 2013-08-07 18:11:46 +04:00
parent 1e29a2a20f
commit 2f6c600c19

View File

@ -24,27 +24,37 @@
message-font: "DejaVu Sans Regular 12"
title-text: ""
message-color: "#000000"
message-bg-color: "#0c2c6c"
message-bg-color: "#77b5f2"
desktop-image: "boot.png"
terminal-font: "Misc Fixed Regular 13"
#help bar at the bottom
+ label {
top = 100%-25
left = 0
width = 100%
height = 20
#text = "To boot the selected operating system using default settings, press Enter. For additional settings, press E"
text = "Для запуска системы выберите пункт меню и нажмите Enter. Для редактирования меню нажмите E"
top = 100%-60
left = 20%
width = 60%
height = 25
text = "Для запуска системы выберите пункт меню и нажмите Enter."
align = "center"
font = "DejaVu Sans Regular 12"
color = "#F8E97C"
font = "Droid Sans Bold 14"
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
+ boot_menu {
left = 16%
width = 68%
left = 20%
width = 60%
top = 30%
height = 40%
item_font = "DejaVu Sans Bold 14"
@ -60,7 +70,7 @@ terminal-font: "Misc Fixed Regular 13"
scrollbar_width = 20
scrollbar_thumb = "scrollbar_slider_*.png"
scrollbar_frame = "scrollbar_border_*.png"
item_color = "#b5bdd0"
item_color = "#000080"
selected_item_color = "#ffffff"
}