Update README

Remove notice about solar not implemented.
main
Johannes Wünsche 2 years ago
parent 79470ca392
commit 39388cc776
Signed by: johannes
GPG Key ID: 2511CF80B7C283AB

@ -2,6 +2,8 @@
This project offers a cli to convert MacOS's dynamic wallpaper stored in `.heic` image containers to dynamic wallpaper definitions usable in GNOME.
Both solar position and time based wallpaper definitions are supported. Although due to the nature of the gnome wallpapers, solar based wallpapers will be transferred to a time based division, approximated from the solar position defined for each image.
## 🧰 Usage
Since most options are dictated by the image information, tweakable options are sparse. All you need to do is specify the path to the image you want to convert.
@ -32,8 +34,6 @@ ARGS:
```
> At the moment only wallpapers with a time based display cycle are supported, the barebone for sun based timing is present but not yet implemented
## 📦 Installation
You may either use the provided pre-built binary on this repository. Or build the project yourself on your local machine, you'll need a working rust toolchain in this case, check out the instructions [here](https://www.rust-lang.org/tools/install).

@ -4,4 +4,3 @@ Restrictions and cli options:
- set as background after completion
- parallelize png encoding
- sun based need to be calculated based on the position given and the local timezone

Loading…
Cancel
Save