zagortenay333 / conky_themes

A small collection of conky configs
624 stars 93 forks source link

Adding a preview/installer script and updating the README with info #35

Closed shearn89 closed 7 years ago

shearn89 commented 7 years ago

I've added a simple preview script that rattles through the themes, as the screenshot (although pretty) didn't name them - trying to pick one was pot luck to start with! The script also sets up the assets directory and runs conky before the preview.

zagortenay333 commented 7 years ago

Nice. Although, it would much nicer if the user could navigate back and forth and then choose the desired theme. Also, looping through the modes and the themes would be nice.

If you're too lazy to do that I'll merge this and add it myself later if I'm not too lazy.

shearn89 commented 7 years ago

Ah, good shout! I'll see what I can do. Might end up not being in bash, but that shouldn't be a problem!

zagortenay333 commented 7 years ago

Keep it in bash please. I don't want any python scripts or other stuff here.

shearn89 commented 7 years ago

Done! All interactive with install (for API key settings etc), as well as backup/revert config.

zagortenay333 commented 7 years ago

Oh nice. Sorry can't review now, will do soon. Thanks! :smile:

zagortenay333 commented 7 years ago

Just tested. The vim navigation is absolutely brilliant! :+1:

shearn89 commented 7 years ago

Cheers! :beers:

Turns out arrow keys are tricky to read in bash, so I figured vim-style would be simpler!