Custom Elements
Since version 2.1.1 JustHud allows you to create custom elements using your own source code !
Files
Javascript globals
Config
{
id = "customelement-instance",
type = "custom",
source = "test-element",
args = {
data = "%time%"
},
show = {
default = true,
is_editable = true,
settings_title = "Show custom",
in_car = true,
not_in_car = true,
},
position = {
default = {
bottom = 26,
left = 26
},
is_editable = true
},
icon = "iconsax:Microphone2:Bold"
}Sample
Last updated