Files
tomato/res/example_config.json
Green Sky 4dc22c012e
Some checks failed
ContinuousDelivery / linux-ubuntu (push) Has been cancelled
ContinuousDelivery / android (map[ndk_abi:arm64-v8a vcpkg_toolkit:arm64-android-23]) (push) Has been cancelled
ContinuousDelivery / android (map[ndk_abi:armeabi-v7a vcpkg_toolkit:arm-neon-android-23]) (push) Has been cancelled
ContinuousDelivery / android (map[ndk_abi:x86_64 vcpkg_toolkit:x64-android-23]) (push) Has been cancelled
ContinuousDelivery / windows (windows-2022, ) (push) Has been cancelled
ContinuousDelivery / windows (windows-2022, asan) (push) Has been cancelled
ContinuousDelivery / dumpsyms (push) Has been cancelled
ContinuousDelivery / release (push) Has been cancelled
ContinuousIntegration / on ubuntu-24.04-arm (push) Has been cancelled
ContinuousIntegration / asan on ubuntu-24.04-arm (push) Has been cancelled
ContinuousIntegration / on ubuntu-latest (push) Has been cancelled
ContinuousIntegration / asan on ubuntu-latest (push) Has been cancelled
ContinuousIntegration / android (map[ndk_abi:arm64-v8a vcpkg_toolkit:arm64-android-23]) (push) Has been cancelled
ContinuousIntegration / android (map[ndk_abi:armeabi-v7a vcpkg_toolkit:arm-neon-android-23]) (push) Has been cancelled
ContinuousIntegration / android (map[ndk_abi:x86_64 vcpkg_toolkit:x64-android-23]) (push) Has been cancelled
ContinuousIntegration / macos (push) Has been cancelled
ContinuousIntegration / windows (push) Has been cancelled
update example config
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
}
}
}
}