Commit f75f7f84 authored by prolinux's avatar prolinux

addfiles

parent 29b4de8f
File added
grub2/select_c.png

84 Bytes | W: | H:

grub2/select_c.png

86.7 KB | W: | H:

grub2/select_c.png
grub2/select_c.png
grub2/select_c.png
grub2/select_c.png
  • 2-up
  • Swipe
  • Onion skin
grub2/select_e.png

146 Bytes | W: | H:

grub2/select_e.png

165 Bytes | W: | H:

grub2/select_e.png
grub2/select_e.png
grub2/select_e.png
grub2/select_e.png
  • 2-up
  • Swipe
  • Onion skin
grub2/select_w.png

139 Bytes | W: | H:

grub2/select_w.png

166 Bytes | W: | H:

grub2/select_w.png
grub2/select_w.png
grub2/select_w.png
grub2/select_w.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -2,39 +2,46 @@ ...@@ -2,39 +2,46 @@
# Global # Global
title-text: "" title-text: ""
desktop-image: "grub.png" desktop-image: "background.png"
desktop-image-scale-method: "stretch" #desktop-image-scale-method: "stretch"
desktop-color: "#0B0E1D" desktop-color: "#1E1E2E"
terminal-font: "Evolventa Regular 24" terminal-font: "Unifont Regular 6""
terminal-left: "0" terminal-left: "0"
terminal-top: "0" terminal-top: "0"
terminal-width: "100%" terminal-width: "100%"
terminal-height: "100%" terminal-height: "100%"
terminal-border: "0" terminal-border: "0"
# Logo
+ image {
left = 0%
top = 0%
file = "info.png"
}
# Show the boot menu # Show the boot menu
+ boot_menu { + boot_menu {
left = 3% left = 19%
top = 5% top = 28%
width = 40% width = 28%
height = 70% height = 54%
item_font = "Evolventa Regular 24" item_font = "Evolventa Regular 16"
item_color = "#D8E2EA" item_color = "#cccccc"
selected_item_color = "#a6a7ac" selected_item_color = "#2e2e32"
icon_width = 48 icon_width = 0
icon_height = 48 icon_height = 0
item_icon_space = 12 item_icon_space = 1
item_height = 64 item_height = 36
item_padding = 6 item_padding = 13
item_spacing = 12 item_spacing = 10
selected_item_pixmap_style = "select_*.png" selected_item_pixmap_style = "select_*.png"
} }
+ label { + label {
top = 95% top = 95%
width = 40% width = 100%
left = 3% align = "center"
id = "__timeout__" id = "__timeout__"
text = "Booting in %d seconds" text = "Booting in %d seconds"
color = "#CDD6F4" color = "#222225"
} }
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