Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Remove Version Number
#1
how to remove version number in lower left side? i wanted a plain design only. thanks
Reply
#2
solved 
(11-28-2022, 03:59 AM)lolkill23 Wrote: how to remove version number in lower left side? i wanted a plain design only. thanks

In the vento.json file.
These parameters move the label horizontally and vertically:
"ventoy_left": "5%",
"ventoy_top": "95%",

Method 1: move this label over the edge of the screen.
Method 2: the simplest, make this inscription the same color as your background in this parameter:
"ventoy_color": "#191919",

Code:
   "theme": {
        "file": "/ventoy/theme/theme.txt",
        "gfxmode": "1920x1080",     
        "display_mode": "GUI",
        "ventoy_left": "5%",
        "ventoy_top": "95%",
        "ventoy_color": "#191919"
    },
[Image: IOAshaq.png]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)