Created
December 18, 2025 04:36
-
-
Save y-mamanaranu/af2c18312791502a8dd07bebea6ec535 to your computer and use it in GitHub Desktop.
json file to create dynamic wallpaper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "fileName": "1.png", | |
| "isPrimary": true, | |
| "isForLight": true, | |
| "isForDark": false, | |
| }, | |
| { | |
| "fileName": "2.png", | |
| "isPrimary": false, | |
| "isForLight": false, | |
| "isForDark": true, | |
| } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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