소프트웨어 ventoy 하단 메뉴 옮기는 방법좀...
2023.03.31 09:54
VentoyPlugson 이용해서 테마를 Bigsur로 바꾸었습니다.
화면은 정상 출력 되는데, 아래 하단 메뉴가
기본 벤토이 글꼴도 여러개 겹치 듯이 보입니다.
트리모드로 변경했는데 이동할때도 꽤 뭔가 느리게 이동이 되구요.
하단 메뉴의 글꼴, 크기, 위치(세로?가로?중앙?) 를 바꿀 수 있나요?
테마 bigsur
bigsur ventoy.json 내용
{
"theme": {
"file": "/ventoy/themes/bigsur/theme.txt",
"gfxmode": "1920x1080", <---- 이부분을 2k로 해야 글씨가 겹치지가 않네요
"display_mode": "GUI",
"serial_param": "--unit=0 --speed=9600",
"ventoy_left": "5%",
"ventoy_top": "95%",
"ventoy_color": "#eff0f1",
"fonts": [ <--- 폰트 부분을 모두 제거후 사용해도 글짜가 겹쳐 보입니다
"/ventoy/themes/bigsur/terminus-12.pf2",
"/ventoy/themes/bigsur/terminus-14.pf2",
"/ventoy/themes/bigsur/terminus-16.pf2",
"/ventoy/themes/bigsur/DejaVuSans-48.pf2",
"/ventoy/themes/bigsur/DejaVuSans-Regular-14.pf2"
]
},
"menu_class": [
{
"key": "kubuntu",
"class": "kubuntu"
},
{
"key": "ubuntu",
"class": "ubuntu"
},
{
"key": "pop-os",
"class": "pop-os"
},
{
"key": "arch",
"class": "arch"
},
{
"key": "linuxmint",
"class": "linuxmint"
},
{
"key": "opensuse",
"class": "opensuse"
},
{
"key": "elementary",
"class": "elementary"
},
{
"key": "manjaro",
"class": "manjaro"
},
{
"key": "debian",
"class": "debian"
},
{
"key": "deepin",
"class": "deepin"
},
{
"key": "solus",
"class": "solus"
},
{
"key": "zorin-os",
"class": "zorin-os"
},
{
"key": "windows",
"class": "windows"
},
{
"key": "hirens",
"class": "windows"
},
{
"key": "iso",
"class": "iso"
}
]
}
해당 메뉴는 설정파일에서 움직여지지 않습니다.
테마 text 파일에서 따로 만드세요.
+ hbox {
left = 6%
top = 90%
+ image {file = "icons/txt.png"}
}
+ hbox {
left = 5%
top = 95%
+ label {text = "F1:Help" color = "white"}
}