A Bash script to allow automatic profile creation of colour schemes computed by GVCCI via Gogh.
A Bash script to allow automatic profile creation of colour schemes computed by GVCCI via Gogh.
Please check out each respective project used here; Gogh and GVCCI!
Everything you need for GVCCI to work (python3 and modules)
Thinking about adding the xdtool package to easily get the current window if the terminal isn’t shell-based like urxvt.
You will also need to be using a supported Terminal emulator unless you plan on helping someone add support, of course!
chmod +x <file_name>
cd
to a directory to place everythinggit clone https://github.com/FabriceCastel/gvcci
./install_dependencies.sh
to set it up properlygit clone https://github.com/nan0s7/ngvccixgogh
cd
into ngvccixgoghnlinker.sh
with desired arguments (see below)nlinker.sh accepts two arguments, the path to the image you want to get the colours from, and the name of the profile to be created from those colours.
./nlinker.sh </path/to/image> <name>
nlinker_urxvt uses a different format:
./nlinker_urxvt.sh </path/to/image> </path/to/.Xresources>
If no .Xresources file is specified, it will default to /home/$user/.Xresources.
Please know this is an experiment and functionality may change at any time.