set custom head and tail

This commit is contained in:
Max Känner 2024-09-02 15:37:10 +02:00
parent 81ff66fddf
commit c54eb6b574

View File

@ -27,8 +27,8 @@ pub fn info() -> Value {
"apiversion": "1",
"author": "Der Informatiker",
"color": "#00FFEE",
"head": "default", // TODO: Choose head
"tail": "default", // TODO: Choose tail
"head": "smart-caterpillar",
"tail": "mouse",
})
}