dylanaraps / pywal

🎨 Generate and change color-schemes on the fly.
MIT License
8.34k stars 325 forks source link

load from .json file #627

Closed nix-enthusiast closed 2 years ago

nix-enthusiast commented 3 years ago

Hi.

I copied .json file from /usr/lib/python3.9/site-packages/pywal/templates/colors.json. If i changed my background, i want load this .json file. How can i do this?

arcmags commented 2 years ago

wal --theme [path/to/file]

nix-enthusiast commented 2 years ago

Thanks!