抱歉,您的浏览器无法访问本站
本页面需要浏览器支持(启用)JavaScript
了解详情 >

源视频教程地址

崩铁主题地址

ps:
  • ventoy基于GRUB,因此使用GRUB主题

  • ventoy支持多个主题,可默认使用某一个或随机启动

放入主题文件
  • ventoy非系统分区下新建ventoy文件夹
  • ventoy文件夹下建themes文件夹
    • 二次解压主题文件夹(内容物:icons文件夹、.png.txt
  • 复制到themes
配置ventoy
  • 打开图吧工具箱/tools/其他工具/ventoy/VentoyPlugson.exe,选择ventoy盘,启动

  • 主题插件

    • file —— 主题配置文件 -> +新增
      • 填入主题文件夹下的配置文件theme.txt的绝对路径
    • gfxmode —— 屏幕分辨率 -> 选择设置:max
    • (可选)fonts —— 字体文件 -> +新增
      • 添加所有.pf2文件的绝对路径
  • 菜单类型插件

    • 默认选择:[key] 通过文件名关键字设置类型

    • menu_class -> +新增

      • icons文件夹里的类型一一对应填上

        ps:模糊的关键字优先级应更低

修改主题配置文件theme.txt
1
2
3
4
5
6
7
8
title-text: ""
desktop-image: "background.png" #背景图片
#desktop-color: "FFFFFF" #纯色背景
terminal-left: "0"
terminal-top: "0"
terminal-border: "0"
terminal-width: "100%"
terminal-height: "100%"
1
2
3
4
5
6
7
8
9
10
+ label {
# font = "DejaVu Sans Regular 14"
left = 145 #位置
top = 83%
align = "center" #居中
id = "__timeout__"
text = "当前已选中系统将会在 %d 秒后启动" #主标题
color = "#cccccc" #颜色
}

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
不要动,保持默认
+ boot_menu { #系统选择栏样式
left = 145
top = 45%
width = 502
height = 35%
item_color = "#cccccc"
selected_item_color = "#ffffff"
icon_width = 36
icon_height = 36
item_icon_space = 20
item_height = 40
item_padding = 2
item_spacing = 40
selected_item_pixmap_style = "select_*.png"
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
+ hbox{ 								 #ventoy热键提示
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"} #颜色可改
}
  • 版本信息

    • ventoy\ventoy.json 中编辑 ventoy_left/ventoy_top/ventoy_color 变量来调整位置和颜色。

      示例:

      1
      2
      3
      4
      5
      6
      7
      8
      {
      "theme":{
      "file": "/ventoy/themes/Robin_cn/theme.txt",
      "gfxmode": "max",
      "ventoy_color": "#cccccc"
      },
      ...
      }
    • 完全删除需编辑源码重新编译

评论