1.0.16 release
BIN
INSTALL/plugin/ventoy/theme/background.png
Normal file
After Width: | Height: | Size: 241 KiB |
BIN
INSTALL/plugin/ventoy/theme/icons/deepin.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
INSTALL/plugin/ventoy/theme/icons/red-hat.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
INSTALL/plugin/ventoy/theme/icons/ubuntu.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
INSTALL/plugin/ventoy/theme/icons/vtoyiso.png
Normal file
After Width: | Height: | Size: 916 B |
BIN
INSTALL/plugin/ventoy/theme/menu_c.png
Normal file
After Width: | Height: | Size: 152 B |
BIN
INSTALL/plugin/ventoy/theme/menu_e.png
Normal file
After Width: | Height: | Size: 154 B |
BIN
INSTALL/plugin/ventoy/theme/menu_n.png
Normal file
After Width: | Height: | Size: 157 B |
BIN
INSTALL/plugin/ventoy/theme/menu_ne.png
Normal file
After Width: | Height: | Size: 178 B |
BIN
INSTALL/plugin/ventoy/theme/menu_nw.png
Normal file
After Width: | Height: | Size: 178 B |
BIN
INSTALL/plugin/ventoy/theme/menu_s.png
Normal file
After Width: | Height: | Size: 157 B |
BIN
INSTALL/plugin/ventoy/theme/menu_se.png
Normal file
After Width: | Height: | Size: 181 B |
BIN
INSTALL/plugin/ventoy/theme/menu_sw.png
Normal file
After Width: | Height: | Size: 181 B |
BIN
INSTALL/plugin/ventoy/theme/menu_w.png
Normal file
After Width: | Height: | Size: 154 B |
BIN
INSTALL/plugin/ventoy/theme/select_c.png
Normal file
After Width: | Height: | Size: 318 B |
BIN
INSTALL/plugin/ventoy/theme/slider_c.png
Normal file
After Width: | Height: | Size: 99 B |
BIN
INSTALL/plugin/ventoy/theme/slider_n.png
Normal file
After Width: | Height: | Size: 190 B |
BIN
INSTALL/plugin/ventoy/theme/slider_s.png
Normal file
After Width: | Height: | Size: 184 B |
BIN
INSTALL/plugin/ventoy/theme/terminal_box_c.png
Normal file
After Width: | Height: | Size: 976 B |
BIN
INSTALL/plugin/ventoy/theme/terminal_box_e.png
Normal file
After Width: | Height: | Size: 952 B |
BIN
INSTALL/plugin/ventoy/theme/terminal_box_n.png
Normal file
After Width: | Height: | Size: 963 B |
BIN
INSTALL/plugin/ventoy/theme/terminal_box_ne.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
INSTALL/plugin/ventoy/theme/terminal_box_nw.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
INSTALL/plugin/ventoy/theme/terminal_box_s.png
Normal file
After Width: | Height: | Size: 963 B |
BIN
INSTALL/plugin/ventoy/theme/terminal_box_se.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
INSTALL/plugin/ventoy/theme/terminal_box_sw.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
INSTALL/plugin/ventoy/theme/terminal_box_w.png
Normal file
After Width: | Height: | Size: 952 B |
80
INSTALL/plugin/ventoy/theme/theme.txt
Normal file
@@ -0,0 +1,80 @@
|
||||
|
||||
desktop-image: "background.png"
|
||||
title-text: " "
|
||||
title-color: "#ffffff"
|
||||
message-color: "#f2f2f2"
|
||||
|
||||
terminal-box: "terminal_box_*.png"
|
||||
|
||||
+ boot_menu {
|
||||
left = 10%
|
||||
width = 80%
|
||||
top = 30%
|
||||
height = 50%
|
||||
|
||||
menu_pixmap_style = "menu_*.png"
|
||||
|
||||
item_color = "#ffffff"
|
||||
item_height = 30
|
||||
|
||||
item_spacing = 1
|
||||
item_padding = 1
|
||||
|
||||
selected_item_color= "#f2f2f2"
|
||||
selected_item_pixmap_style = "select_*.png"
|
||||
|
||||
item_icon_space = 0
|
||||
|
||||
scrollbar = true
|
||||
scrollbar_width = 10
|
||||
scrollbar_thumb = "slider_*.png"
|
||||
}
|
||||
|
||||
+ progress_bar {
|
||||
id = "__timeout__"
|
||||
text = "@TIMEOUT_NOTIFICATION_SHORT@"
|
||||
|
||||
left = 20%
|
||||
width = 60%
|
||||
top = 85%
|
||||
|
||||
text_color = "red"
|
||||
bar_style = "*"
|
||||
highlight_style = "*"
|
||||
}
|
||||
|
||||
+ hbox{
|
||||
left = 30%
|
||||
top = 95%
|
||||
width = 10%
|
||||
height = 25
|
||||
+ label {text = "@VTOY_HOTKEY_TIP@" color = "blue" align = "left"}
|
||||
}
|
||||
|
||||
|
||||
+ hbox{
|
||||
left = 30%
|
||||
top = 95%-25
|
||||
width = 10%
|
||||
height = 25
|
||||
+ label {text = "@VTOY_MEM_DISK@" color = "red" align = "left"}
|
||||
}
|
||||
|
||||
|
||||
+ hbox{
|
||||
left = 30%
|
||||
top = 95%-50
|
||||
width = 10%
|
||||
height = 25
|
||||
+ label {text = "@VTOY_ISO_RAW@" color = "red" align = "left"}
|
||||
}
|
||||
|
||||
|
||||
+ hbox{
|
||||
left = 90%
|
||||
top = 55
|
||||
width = 10%
|
||||
height = 25
|
||||
+ label {text = "@VTOY_ISO_UEFI_DRV@" color = "red" align = "left"}
|
||||
}
|
||||
|