| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 227 online users. » 2 Member(s) | 220 Guest(s) Baidu, Bing, Facebook, Google, Twitter, longpanda, niqindienb
|
| Latest Threads |
Persistence not working w...
Forum: Ventoy Discussion Forum
Last Post: petergb
3 hours ago
» Replies: 0
» Views: 25
|
Running Out of Disk Space...
Forum: Ventoy Discussion Forum
Last Post: longpanda
8 hours ago
» Replies: 1
» Views: 43
|
Resolution issue on Windo...
Forum: Ventoy Discussion Forum
Last Post: pete
04-28-2026, 01:38 AM
» Replies: 10
» Views: 17,317
|
- Add a "Quality of Life"...
Forum: Ventoy Discussion Forum
Last Post: crasadure
04-24-2026, 03:57 PM
» Replies: 0
» Views: 360
|
Problem with Vantoy and a...
Forum: Ventoy Discussion Forum
Last Post: capitainealbator
04-24-2026, 07:51 AM
» Replies: 3
» Views: 563
|
problems installing windo...
Forum: iVentoy Discussion Forum
Last Post: roy
04-23-2026, 12:36 PM
» Replies: 1
» Views: 1,257
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: MBSTech
04-22-2026, 03:23 PM
» Replies: 33
» Views: 102,256
|
iVentoy 1.0.27 release
Forum: iVentoy Discussion Forum
Last Post: longpanda
04-21-2026, 12:33 AM
» Replies: 0
» Views: 322
|
iVentoy stuck on new firm...
Forum: iVentoy Discussion Forum
Last Post: roy
04-20-2026, 02:46 PM
» Replies: 3
» Views: 687
|
Ventoy Tuxedo OS with per...
Forum: Ventoy Discussion Forum
Last Post: Bear
04-20-2026, 07:55 AM
» Replies: 0
» Views: 275
|
|
|
| Icon Menu Class |
|
Posted by: Joh76530 - 07-22-2020, 10:10 AM - Forum: Ventoy Plugin Forum
- Replies (5)
|
 |
Hello all!
New in the Ventoy community, I would like to say that it is a very beautiful project which I am sure will appeal to a good number of technicians! Now I find myself confronted with a "small" problem which I am sure will be easily resolved with your help.
Indeed, as such I would like to thank @longpanda for its help and responsiveness.
Here is my code, if you could tell me if there was an error.
Code: {
"theme": {
"file": "/ventoy/vimix/theme.txt",
"gfxmode": "1920x1080",
"ventoy_left": "5%",
"ventoy_top": "95%",
"ventoy_color": "#000000ff"
},
"control": [
{ "VTOY_DEFAULT_MENU_MODE": "1" },
{ "VTOY_DEFAULT_SEARCH_ROOT": "/ISOs" }
],
"menu_alias": [
{
"image": "/ISOs/ISOs_Live/Acronis.iso",
"alias": "Acronis 2020"
},
{
"image": "/ISOs/ISOs_Live/clonezilla.iso",
"alias": "Clonezilla"
},
{
"image": "/ISOs/ISOs_Live/gparted.iso",
"alias": "Gparted"
},
{
"image": "/ISOs/ISOs_Live/Hirens.iso",
"alias": "Hirens 10.6"
},
{
"image": "/ISOs/ISOs_Live/pwhe.iso",
"alias": "Partition Wizard"
},
{
"image": "/ISOs/ISOs_Live/gparted.iso",
"alias": "Gparted"
},
{
"image": "/ISOs/ISOs_Microsoft/Windows_Serveur/SRV_2016.ISO",
"alias": "Windows Serveur 2016"
},
{
"image": "/ISOs/ISOs_Microsoft/Windows_10_Pro/W10P_1909.iso",
"alias": "Windows 10 Pro (1909)"
},
{
"dir": "/ISOs/ISOs_Microsoft",
"alias": "Déploiement Miscrosoft"
},
{
"dir": "/ISOs/ISOs_Live",
"alias": "Live CD de Dépannage"
},
{
"dir": "/ISOs/ISOs_Microsoft/Windows_10_Pro",
"alias": "Installation Windows 10"
},
{
"dir": "/ISOs/ISOs_Microsoft/Windows_Serveur",
"alias": "Installation Windows Serveur"
}
],
"menu_class": [
{
"key": "Acronis"
"class": "Acronis"
},
{
"key": "Clonezilla"
"class": "Clonezilla"
},
{
"key": "gparted"
"class": "gparted"
},
{
"key": "Hirens"
"class": "Hirens"
},
{
"key": "pwhe"
"class": "pwhe"
},
{
"key": "W10P_1909"
"class": "W10P_1909"
},
{
"key": "SRV_2016"
"class": "SRV_2016"
}
]
}
Thanks in advance.
|
|
|
|