Files
tomato-testing/res/example_config.json
2025-12-19 14:01:18 +01:00

35 lines
928 B
JSON

{
"tox": {
"save_file_path": "tomato.tox"
},
"tomato": {
"skip_setup_and_load": true,
"system_tray": true,
"start_to_tray": true,
"__comment_start_to_tray": "Implies both skip_setup_and_load and system_tray"
},
"PluginManager": {
"autoload": {
"entries": {
"../solanaceae_ecosystem/build/bin/libplugin_mfs_wip.so": true,
"../solanaceae_ecosystem/build/bin/libplugin_ngcft1.so": true,
"../solanaceae_ecosystem/build/bin/libplugin_zox_ngc.so": true,
"../solanaceae_ecosystem/build/bin/libplugin_zox_ngc_hs.so": true,
"../solanaceae_ecosystem/build/bin/libplugin_transfer_auto_accept.so": true
}
}
},
"ImGuiFonts": {
"size": 20,
"fonts": {
"entries": {
"/nix/store/ihpjyw2nvm924kf84898v9zqizhbwvn6-hack-font-3.003/share/fonts/truetype/Hack-Regular.ttf": true,
"/home/user/Downloads/TwitterColorEmoji-SVGinOT-15.1.0/TwitterColorEmoji-SVGinOT.ttf": true
}
}
}
}