initial commit
BIN
INSTALL/grub/themes/ventoy/background.png
Normal file
After Width: | Height: | Size: 269 KiB |
BIN
INSTALL/grub/themes/ventoy/menu_c.png
Normal file
After Width: | Height: | Size: 152 B |
BIN
INSTALL/grub/themes/ventoy/menu_e.png
Normal file
After Width: | Height: | Size: 154 B |
BIN
INSTALL/grub/themes/ventoy/menu_n.png
Normal file
After Width: | Height: | Size: 157 B |
BIN
INSTALL/grub/themes/ventoy/menu_ne.png
Normal file
After Width: | Height: | Size: 178 B |
BIN
INSTALL/grub/themes/ventoy/menu_nw.png
Normal file
After Width: | Height: | Size: 178 B |
BIN
INSTALL/grub/themes/ventoy/menu_s.png
Normal file
After Width: | Height: | Size: 157 B |
BIN
INSTALL/grub/themes/ventoy/menu_se.png
Normal file
After Width: | Height: | Size: 181 B |
BIN
INSTALL/grub/themes/ventoy/menu_sw.png
Normal file
After Width: | Height: | Size: 181 B |
BIN
INSTALL/grub/themes/ventoy/menu_w.png
Normal file
After Width: | Height: | Size: 154 B |
BIN
INSTALL/grub/themes/ventoy/select_c.png
Normal file
After Width: | Height: | Size: 318 B |
BIN
INSTALL/grub/themes/ventoy/slider_c.png
Normal file
After Width: | Height: | Size: 99 B |
BIN
INSTALL/grub/themes/ventoy/slider_n.png
Normal file
After Width: | Height: | Size: 190 B |
BIN
INSTALL/grub/themes/ventoy/slider_s.png
Normal file
After Width: | Height: | Size: 184 B |
BIN
INSTALL/grub/themes/ventoy/terminal_box_c.png
Normal file
After Width: | Height: | Size: 976 B |
BIN
INSTALL/grub/themes/ventoy/terminal_box_e.png
Normal file
After Width: | Height: | Size: 952 B |
BIN
INSTALL/grub/themes/ventoy/terminal_box_n.png
Normal file
After Width: | Height: | Size: 963 B |
BIN
INSTALL/grub/themes/ventoy/terminal_box_ne.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
INSTALL/grub/themes/ventoy/terminal_box_nw.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
INSTALL/grub/themes/ventoy/terminal_box_s.png
Normal file
After Width: | Height: | Size: 963 B |
BIN
INSTALL/grub/themes/ventoy/terminal_box_se.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
INSTALL/grub/themes/ventoy/terminal_box_sw.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
INSTALL/grub/themes/ventoy/terminal_box_w.png
Normal file
After Width: | Height: | Size: 952 B |
50
INSTALL/grub/themes/ventoy/theme.txt
Normal file
@@ -0,0 +1,50 @@
|
||||
|
||||
desktop-image: "background.png"
|
||||
title-text: " "
|
||||
title-font: "ascii"
|
||||
title-color: "#ffffff"
|
||||
message-font: "ascii"
|
||||
message-color: "#f2f2f2"
|
||||
|
||||
terminal-box: "terminal_box_*.png"
|
||||
|
||||
+ boot_menu {
|
||||
left = 10%
|
||||
width = 80%
|
||||
top = 30%
|
||||
height = 50%
|
||||
|
||||
menu_pixmap_style = "menu_*.png"
|
||||
|
||||
item_font = "ascii"
|
||||
item_color = "#ffffff"
|
||||
item_height = 30
|
||||
item_icon_space = 1
|
||||
item_spacing = 1
|
||||
item_padding = 1
|
||||
|
||||
selected_item_font = "ascii"
|
||||
selected_item_color= "#f2f2f2"
|
||||
selected_item_pixmap_style = "select_*.png"
|
||||
|
||||
#icon_height = 30
|
||||
#icon_width = 30
|
||||
|
||||
scrollbar = true
|
||||
scrollbar_width = 10
|
||||
scrollbar_thumb = "slider_*.png"
|
||||
}
|
||||
|
||||
+ progress_bar {
|
||||
id = "__timeout__"
|
||||
text = "@TIMEOUT_NOTIFICATION_SHORT@"
|
||||
|
||||
left = 95%
|
||||
width = 48
|
||||
top = 95%
|
||||
height = 48
|
||||
|
||||
text_color = "#f2f2f2"
|
||||
bar_style = "*"
|
||||
highlight_style = "*"
|
||||
}
|