X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/05a1b863a66bf72b26e5d87570c4e0e61b9736cd..c84c07220934096e561b5be472a192cd2fa92716:/INSTALL/grub/themes/ventoy/theme.txt?ds=sidebyside diff --git a/INSTALL/grub/themes/ventoy/theme.txt b/INSTALL/grub/themes/ventoy/theme.txt index bf794ec..a605b43 100644 --- a/INSTALL/grub/themes/ventoy/theme.txt +++ b/INSTALL/grub/themes/ventoy/theme.txt @@ -19,7 +19,7 @@ terminal-box: "terminal_box_*.png" item_font = "ascii" item_color = "#ffffff" item_height = 30 - item_icon_space = 1 + item_spacing = 1 item_padding = 1 @@ -27,8 +27,7 @@ terminal-box: "terminal_box_*.png" selected_item_color= "#f2f2f2" selected_item_pixmap_style = "select_*.png" - #icon_height = 30 - #icon_width = 30 + item_icon_space = 0 scrollbar = true scrollbar_width = 10 @@ -48,3 +47,39 @@ terminal-box: "terminal_box_*.png" bar_style = "*" highlight_style = "*" } + ++ hbox{ + left = 30% + top = 95% + width = 10% + height = 25 + + label {text = "@VTOY_HOTKEY_TIP@" color = "blue" align = "left"} +} + + ++ hbox{ + left = 90% + top = 5 + width = 10% + height = 25 + + label {text = "@VTOY_MEM_DISK@" color = "red" align = "left"} +} + + ++ hbox{ + left = 90% + top = 30 + 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"} +} +