i3-style
i3-style copied to clipboard
screenshots create script
This is a small script that iterates through all the themes and takes a screenshot of each one.
I use scrot
to take the screenshot, but we could settle on something else.
I am not a shell scripting expert, so comments are more than welcome.
Well that works. We could go one step further with this automation with Xephyr and xvfb by starting our own headless X server and using the DISPLAY environment variable to interact with it. That would save us from having to set up the windows each time. But that might be a bit involved. We could also do an automated upload. That would make it easiest to do whenever a new theme is added.