Skip to content

Commit

Permalink
okthief typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clach04 authored and eylles committed Sep 9, 2024
1 parent 4b816cc commit df0559b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywal/backends/okthief.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


def gen_colors(img):
"""Generate a colorscheme using Colorz."""
"""Generate a colorscheme using okthief."""
cmd = ["okthief", "--num-colors", "8", "--file"]
out = subprocess.check_output([*cmd, img])
cols = [x["hex"] for x in json.loads(out)]
Expand Down

0 comments on commit df0559b

Please sign in to comment.