Files
arthur-os/config/skwd-wall/config.json
T
2026-05-11 15:27:43 -04:00

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
}
}