Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change the Theme of Enventory
#11
Someone help me please
It does not pull the alias menu


{

"theme": {
"file": "/ventoy/Vimix/theme.txt"
},

"menu_alias": [
{
"image": "/ventoy/ISOs/Windows/windows-7AIOx64.iso",
"alias": "Windows 7 AIO x64"
},
{
"image": "/ventoy/ISOs/Linux/ubuntu-20.04-desktop-amd64.iso",
"alias": "Ubuntu 20.04"
}
],

"menu_class": [
{
"key": "windows",
"class": "windows"
},
{
"key": "ubuntu",
"class": "ubuntu"
}
]
}
Reply
#12
What about the F5 check result?
Reply
#13
I got it as follows

{
    "menu_alias" : [

        {
            "image": "/ISOs/Win-7-x64-JULHO.iso",
            "alias": "Windows 7 AIO x64"
        },
{
            "image": "/ISOs/Windows-10-AIO-19042.388-x64.iso",
            "alias": "Windows 10 AIO x64"
        },
{
            "image": "/ISOs/Anarchy-Instaler.iso",
            "alias": "Anarchy Instaler"
        },
        {
            "image": "/ISOs/CentOS-7-Minimal.iso",
            "alias": "CentOS 7 Minimal"
        },
        {
            "image": "/ISOs/Fedora-Server-32.iso",
            "alias": "Fedora Server 32"
        },
        {
            "image": "/ISOs/Linuxmint-20-cinnamon.iso",
            "alias": "Linux Mint 20 - Cinnamon"
        },
        {
            "image": "/ISOs/Acronis-True-Image-2020.iso",
            "alias": "Acronis True Image 2020"
        },
        {
            "image": "/ISOs/DLC-Boot-2019-v3.6.iso",
            "alias": "DLC Boot 2019 v3.6"
        }


    ],

    "theme": {

        "file": "/ventoy/Tela/theme.txt",
"display_mode": "GUI",
        "ventoy_left": "5%",
        "ventoy_top": "95%",
        "ventoy_color": "#D2691E"
    },


    "menu_class" : [
        {
            "key": "Win-7-x64-JULHO",
            "class": "win7"
        },
{
            "key": "Windows-10-AIO-19042.388-x64",
            "class": "win10"
        },
{
          "key": "Anarchy-Instaler",
          "class": "archlinux"
        },
{
          "key": "CentOS-7-Minimal",
          "class": "centos"
        },
{
          "key": "Fedora-Server-32",
          "class": "fedora"
        },
{
          "key": "Linuxmint-20-cinnamon",
          "class": "linuxmint"
        },
{
          "key": "Acronis-True-Image-2020",
          "class": "acronis"
        },
{
          "key": "DLC-Boot-2019-v3.6",
          "class": "dlcboot"
        }

    ]
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)