A simple and overengineered theme generator. I know this could be a simple python script, but where be the fun in that? So I wrote it in C.
It generates a theme based on a given image (mainly using oomox). But any command can be added in the config file.
make release
make install
Copy /usr/local/share/theming/content/config.json
to ~/.config/theming/config.json
and edit it to your needs.
To change theme run: theming -i /path/to/image -r
Example file can be found in content
dir or in /usr/local/share/theming/content/config.json
- generating_commands: list of commands that should be executed to generate the theme
- reload_commands: list of commands that should be executed to reload the theme
-
Dependencies:
-
Building:
make