Update some grub theming

This commit is contained in:
Kevin Lange 2016-09-27 18:49:15 +09:00
parent a51df3047c
commit 5d6d8e578b
2 changed files with 7 additions and 27 deletions

View File

@ -13,7 +13,7 @@ submenu 'Live CD' {
set_vidmode
boot
}
submenu 'Normal ToaruOS boot - boots to a graphical login screen' {
submenu 'Normal graphical boot - boots to a graphical login screen' {
multiboot /kernel vid=${t_driver},${t_resolution} ${t_root}
load_modules
load_ramdisk
@ -34,7 +34,7 @@ submenu 'VGA text-mode console' {
set gfxpayload=text
boot
}
submenu 'Advanced graphics configuration options...' {
submenu '> Advanced graphics configuration options...' {
set_theme
menuentry '800x600' {
set t_resolution=800,600
@ -98,6 +98,6 @@ submenu 'Advanced graphics configuration options...' {
}
}
submenu 'Configure optional modules' {
submenu '> Configure optional modules...' {
configfile /boot/grub/modules.cfg
}

View File

@ -13,20 +13,6 @@ desktop-color: "#000000"
color = #fff
}
+ label {
top = 60%
width = 100%
align = center
color = #fff
text = "Requires a PS/2 keyboard + mouse and at least 256MB of RAM."
}
+ label {
top = 63%
width = 100%
align = center
color = #fff
text = "Use alt+mouse1 to drag windows, alt+f10 to fullscreen."
}
+ label {
top = 66%
width = 100%
@ -34,13 +20,6 @@ desktop-color: "#000000"
color = #fff
text = "The default user is 'local' with password 'local'."
}
+ label {
top = 69%
width = 100%
align = center
color = #fff
text = "If video fails, your GPU may not support the necessary 1024x768x32bpp mode."
}
+ label {
top = 77%
width = 100%
@ -62,10 +41,10 @@ desktop-color: "#000000"
height = 55%
top = 15%
item_color = "white"
selected_item_color = "blue"
item_height = 13
selected_item_color = "#77b7ff"
item_height = 17
item_padding = 10
item_spacing = 10
item_spacing = 6
}
+ progress_bar {
@ -77,5 +56,6 @@ desktop-color: "#000000"
show_text = true
text_color = "255, 255, 255"
text = "@TIMEOUT_NOTIFICATION_LONG@"
fg_color = "119, 183, 255"
}