wallpapper
wallpapper copied to clipboard
:computer: Console application for creating dynamic wallpapers for macOS Mojave and newer
I have the following json: ``` [ { "fileName": "kimi no nawa-1.jpg", "isPrimary": true, "time": "2022-07-21T07:00:00+05:30" }, { "fileName": "kimi no nawa-2.jpg", "isForDark": true, "time": "2022-07-21T00:00:00+05:30" }, { "fileName": "kimi...
I have this folder and the json file I created using VS Code. I put the code for the appearance-changing wallpaper: what should I do now? Whenever I try to...
> dyld[]: Symbol not found: _$s14CoreFoundation9_CFObjectMp > Referenced from: /usr/local/Cellar/wallpapper/1.7.3/bin/wallpapper > Expected in: /usr/lib/swift/libswiftCoreGraphics.dylib > Abort trap: 6 Some environment information: wallpaper version 1.7.3 built via homebrew (`swift build --disable-sandbox...
Howdy. I am trying to use wallpapper to use the time-based cycling of some wallpapers. When I run wallpapper, I get this: `jacobs-mac-mini:wallpapper dzdj$ wallpapper -i PixelDayNight.json -o PixelDayNight.heic Reading...
I am trying to generate a wallpaper using the `"filename"` `"time"` option, but when the `JSONDecoder` reads: `"2021-02-17T13:00:00Z"`, I am getting the error: `Date string does not match format expected...
Hi, thanks for this wonderful open source library! I noticed that the example in the README under [solar](https://github.com/mczachurski/wallpapper#solar) didn't work so I investigated it by using the built-in metadata extractor...
As Swift requires a full XCode install, could you provide binary releases? Many people don't want/need the full XCode install and either have nothing installed (most users) or command-line tools...
This is my JSON: ```json [ { "fileName": "Day.jpg", "isPrimary": true, "isForLight": true, "time": "2023-12-30T15:00:00Z" }, { "fileName": "Evening.jpg", "isForDark": true, "time": "2023-12-31T01:00:00Z" }, { "fileName": "Night.jpg", "time": "2023-12-31T07:00:00Z" },...
In the Terminal, I get this error upon running ```wallpapper -i wallpapper.json```: > Reading JSON file: 'file:///Users/chriimoral/Desktop/Dynamic/wallpapper.json'...OK. > Decoding JSON file...Error: Unexpected error occurs: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "The given data...
Just wanted to point out, when making a solar wallpaper, it seems like macOS expects image index 0 to be light, and index 1 to be dark. Doesn't matter if...