s-ol / themer

Themer is a colorscheme generator and manager for your desktop.
Other
300 stars 40 forks source link

Cannot properly read wallpaper #34

Closed haltode closed 8 years ago

haltode commented 8 years ago

I'm having issues running themer on Archlinux with i3wm.

When I run themer generate test wallpaper (wallpaper can either be .jpg or .png it doesn't change anything), I always get the same config generated by themer. And when I look at the wallpaper in the generated theme I get this:

wallpaper

I have no problem seing the original wallpaper with feh or other programs, and I tried with different wallpapers.

haltode commented 8 years ago

I found the solution to the problem.

You actually have to rename the wallpaper to wallpaper to make themer works, I was using custom named wallpapers. Maybe you could add this to the README, so this is clear to everyone.

s-ol commented 8 years ago

glad you found a solution for now but you were right about how its supposed to work originally.

PH111P commented 8 years ago

@s-ol Adding if not wallpaper: continue after line 146 in scripts/themer seems to fix this.