Add option for generation of pywal colors with wallpaper change (#219)

* Add option for generation of pywal colors with wallpaper change

* Update README.md

* Address review
This commit is contained in:
Ethan Vogelsang
2024-09-08 16:13:14 -05:00
committed by GitHub
parent 1aed9f51f9
commit 41dbc3829a
4 changed files with 11 additions and 2 deletions

View File

@@ -1068,7 +1068,8 @@ const options = mkOptions(OPTIONS, {
wallpaper: {
enable: opt(true),
image: opt("")
image: opt(""),
pywal: opt(false)
},
notifications: {