Skip to content

Instantly share code, notes, and snippets.

@y-mamanaranu
Created December 18, 2025 04:36
Show Gist options
  • Select an option

  • Save y-mamanaranu/af2c18312791502a8dd07bebea6ec535 to your computer and use it in GitHub Desktop.

Select an option

Save y-mamanaranu/af2c18312791502a8dd07bebea6ec535 to your computer and use it in GitHub Desktop.
json file to create dynamic wallpaper
[
{
"fileName": "1.png",
"isPrimary": true,
"isForLight": true,
"isForDark": false,
},
{
"fileName": "2.png",
"isPrimary": false,
"isForLight": false,
"isForDark": true,
}
]
# https://qiita.com/_carbonara_/items/860800de22060ea6a360?
wallpapper -o wallpaper.heic -i wallpaper.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment