From 08c9ba398340eedcd21edf4188d0e71daf751359 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Sat, 10 Aug 2024 17:45:50 +0200 Subject: [PATCH] add example config file --- res/example_config.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 res/example_config.json diff --git a/res/example_config.json b/res/example_config.json new file mode 100644 index 00000000..e53687c4 --- /dev/null +++ b/res/example_config.json @@ -0,0 +1,30 @@ +{ + "tox": { + "save_file_path": "tomato.tox" + }, + "tomato": { + "skip_setup_and_load": true + }, + "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": { + "atlas_extra_text": "πŸ₯°πŸ’€βœŒοΈπŸŒ΄πŸ’πŸπŸ„βš½πŸ»πŸ‘‘πŸ“ΈπŸ˜¬πŸ‘€πŸš¨πŸ‘πŸ¦β€πŸ”₯πŸ‹β€πŸŸ©πŸ„β€πŸŸ«πŸ™‚β€β†•οΈπŸ•ŠοΈπŸ†πŸ˜»πŸŒŸπŸ§ΏπŸ€πŸŽ¨πŸœ", + "size": 20, + "fonts": { + "entries": { + "/nix/store/7fjwhgbz16i08xm171arr081bqpivv7k-hack-font-3.003/share/fonts/truetype/Hack-Regular.ttf": true, + "/nix/store/g4hlmhda2xmap333kqnzlsz01k8djnp6-noto-fonts-24.3.1/share/fonts/noto/NotoSans[wdth,wght].ttf": true, + "/nix/store/d7mgcvb59anvaz69cjghbb42616c7xfg-noto-fonts-monochrome-emoji-3.000/share/fonts/noto/NotoEmoji.ttf": true + } + } + } +}