Update some grub theming
This commit is contained in:
parent
a51df3047c
commit
5d6d8e578b
@ -13,7 +13,7 @@ submenu 'Live CD' {
|
|||||||
set_vidmode
|
set_vidmode
|
||||||
boot
|
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}
|
multiboot /kernel vid=${t_driver},${t_resolution} ${t_root}
|
||||||
load_modules
|
load_modules
|
||||||
load_ramdisk
|
load_ramdisk
|
||||||
@ -34,7 +34,7 @@ submenu 'VGA text-mode console' {
|
|||||||
set gfxpayload=text
|
set gfxpayload=text
|
||||||
boot
|
boot
|
||||||
}
|
}
|
||||||
submenu 'Advanced graphics configuration options...' {
|
submenu '> Advanced graphics configuration options...' {
|
||||||
set_theme
|
set_theme
|
||||||
menuentry '800x600' {
|
menuentry '800x600' {
|
||||||
set t_resolution=800,600
|
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
|
configfile /boot/grub/modules.cfg
|
||||||
}
|
}
|
||||||
|
@ -13,20 +13,6 @@ desktop-color: "#000000"
|
|||||||
color = #fff
|
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 {
|
+ label {
|
||||||
top = 66%
|
top = 66%
|
||||||
width = 100%
|
width = 100%
|
||||||
@ -34,13 +20,6 @@ desktop-color: "#000000"
|
|||||||
color = #fff
|
color = #fff
|
||||||
text = "The default user is 'local' with password 'local'."
|
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 {
|
+ label {
|
||||||
top = 77%
|
top = 77%
|
||||||
width = 100%
|
width = 100%
|
||||||
@ -62,10 +41,10 @@ desktop-color: "#000000"
|
|||||||
height = 55%
|
height = 55%
|
||||||
top = 15%
|
top = 15%
|
||||||
item_color = "white"
|
item_color = "white"
|
||||||
selected_item_color = "blue"
|
selected_item_color = "#77b7ff"
|
||||||
item_height = 13
|
item_height = 17
|
||||||
item_padding = 10
|
item_padding = 10
|
||||||
item_spacing = 10
|
item_spacing = 6
|
||||||
}
|
}
|
||||||
|
|
||||||
+ progress_bar {
|
+ progress_bar {
|
||||||
@ -77,5 +56,6 @@ desktop-color: "#000000"
|
|||||||
show_text = true
|
show_text = true
|
||||||
text_color = "255, 255, 255"
|
text_color = "255, 255, 255"
|
||||||
text = "@TIMEOUT_NOTIFICATION_LONG@"
|
text = "@TIMEOUT_NOTIFICATION_LONG@"
|
||||||
|
fg_color = "119, 183, 255"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user