mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
80 lines
1.7 KiB
JSON
80 lines
1.7 KiB
JSON
{
|
|
"compositor": "hyprland",
|
|
"monitor": "",
|
|
"general": {
|
|
"locale": "",
|
|
"closeOnSelection": true,
|
|
"reopenAtLastSelection": false,
|
|
"filterBarAlwaysVisible": false,
|
|
"notifyOnWallpaperChange": false,
|
|
"randomIncludeWE": false,
|
|
"randomIncludeFavourites": false
|
|
},
|
|
"paths": {
|
|
"wallpaper": "~/.config/omarchy/current/theme/backgrounds",
|
|
"videoWallpaper": "~/videowalls",
|
|
"cache": "",
|
|
"templates": "",
|
|
"scripts": "",
|
|
"steam": "",
|
|
"steamWorkshop": "",
|
|
"steamWeAssets": ""
|
|
},
|
|
"features": {
|
|
"matugen": false,
|
|
"ollama": false,
|
|
"steam": false,
|
|
"wallhaven": false
|
|
},
|
|
"colorSource": "magick",
|
|
"ollama": {
|
|
"url": "http://localhost:11434",
|
|
"model": "gemma3:4b",
|
|
"consolidateEnabled": true
|
|
},
|
|
"steam": {
|
|
"apiKey": "",
|
|
"username": ""
|
|
},
|
|
"wallhaven": {
|
|
"apiKey": ""
|
|
},
|
|
"matugen": {
|
|
"schemeType": "scheme-fidelity",
|
|
"mode": "dark"
|
|
},
|
|
"integrations": [],
|
|
"components": {
|
|
"wallpaperSelector": {
|
|
"displayMode": "slices",
|
|
"sliceSpacing": -30,
|
|
"hexScrollStep": 1,
|
|
"customPresets": {},
|
|
"expandedWidth": 768,
|
|
"sliceHeight": 432,
|
|
"sliceWidth": 108,
|
|
"visibleCount": 14,
|
|
"skewOffset": 28
|
|
}
|
|
},
|
|
"wallpaperMute": true,
|
|
"pickOnlyMode": false,
|
|
"externalWallpaperCommand": "",
|
|
"postProcessing": [],
|
|
"performance": {
|
|
"imageOptimizePreset": "balanced",
|
|
"imageOptimizeResolution": "4k",
|
|
"videoConvertPreset": "balanced",
|
|
"videoConvertResolution": "2k",
|
|
"autoOptimizeImages": false,
|
|
"autoConvertVideos": false,
|
|
"imageTrashDays": 7,
|
|
"videoTrashDays": 7,
|
|
"autoDeleteImageTrash": false,
|
|
"autoDeleteVideoTrash": false
|
|
},
|
|
"transition": {
|
|
"durationMs": 200
|
|
}
|
|
}
|