feat: added Vicinae

This commit is contained in:
oxypomme
2026-05-17 19:27:18 +02:00
parent fdd581b159
commit 3eebdd1dc5

View File

@@ -0,0 +1,191 @@
// This configuration is merged with the default vicinae configuration file, which you can obtain by running the `vicinae config default` command.
// Every item defined in this file takes precedence over the values defined in the default config or any other imported file.
//
// You can make manual edits to this file, however you should keep in mind that this file may be written to by vicinae when a configuration change is made through the GUI.
// When that happens, any custom comments or formatting will be lost.
//
// If you want to maintain a configuration file with your own comments and formatting, you should create a separate file and add it to the 'imports' array.
//
// Learn more about configuration at https://docs.vicinae.com/config
{
"$schema": "https://vicinae.com/schemas/config.json",
"font": {
"normal": {
"family": "Rubik"
}
},
"theme": {
"dark": {
"name": "ayu-dark",
"icon_theme": "Fluent dark"
}
},
"telemetry": {
"system_info": false
},
"launcher_window": {
"opacity": 0.9
},
"favorites": [
"applications:page.kramo.Cartridges"
],
"providers": {
"applications": {
"preferences": {
"defaultAction": "launch",
"paths": [
"/home/oxytom/.local/share/applications",
"/home/oxytom/.local/share/flatpak/exports/share/applications",
"/var/lib/flatpak/exports/share/applications",
"/usr/local/share/applications",
"/usr/share/applications"
]
},
"entrypoints": {
"btop": {
"enabled": false
},
"edmc": {
"enabled": false
},
"helix": {
"enabled": false
},
"nemo": {
"alias": "nemo"
},
"opentrack": {
"enabled": false
},
"org.freedesktop.MalcontentControl": {
"enabled": false
},
"org.gnome.Nautilus": {
"enabled": false
},
"org.libreoffice.LibreOffice.base": {
"enabled": false
},
"org.libreoffice.LibreOffice.draw": {
"enabled": false
},
"org.libreoffice.LibreOffice.impress": {
"enabled": false
},
"org.libreoffice.LibreOffice.math": {
"enabled": false
},
"org.libreoffice.LibreOffice.writer": {
"enabled": false
},
"qt6ct": {
"enabled": false
},
"wine.Programs.xNormal.3.19.3.User documentation.xNormalHelp": {
"enabled": false
}
}
},
"browser-extension": {
"enabled": false
},
"calculator": {
"enabled": true,
"preferences": {
"backend": "qalculate",
"refreshRatesOnStartup": false
},
"entrypoints": {
"refresh-rates": {
"enabled": false
}
}
},
"clipboard": {
"preferences": {
"encryption": false,
"eraseOnStartup": false,
"ignorePasswords": true,
"monitoring": true
},
"entrypoints": {
"clear": {
"enabled": false
}
}
},
"core": {
"entrypoints": {
"about": {
"enabled": false
},
"documentation": {
"enabled": false
},
"keybind-settings": {
"enabled": false
},
"list-extensions": {
"enabled": true
},
"manage-fallback": {
"enabled": false
},
"oauth-token-store": {
"enabled": false
},
"open-config-file": {
"enabled": false
},
"open-default-config": {
"enabled": false
},
"report-bug": {
"enabled": false
},
"sponsor": {
"enabled": false
},
"store": {
"enabled": false
}
}
},
"developer": {
"enabled": false
},
"files": {
"enabled": false
},
"manage-shortcuts": {
"enabled": false,
"entrypoints": {
"create": {
"enabled": true
},
"manage": {
"enabled": true
}
}
},
"power": {
"enabled": false
},
"raycast-compat": {
"enabled": false
},
"shortcuts": {
"enabled": true
},
"system": {
"enabled": false
},
"theme": {
"enabled": false
},
"wm": {
"enabled": false
}
}
}