A simple cli to convert any image to a Decay themed wallpaper
- dye: Dye is an ultrafast image colorizer tool that supports decay palette, you can try it too!
You can install decay-factory using our AUR decay-factory package:
yay -S decay-factory
You can use any AUR helper :)
You can install decay-factory manually
- Clone the repo.
- Install the required packages using pip as shown below:
pip3 install -r requirements.txt
- Install it with:
sudo make install
In order to install decay-factory on NixOS, add to your packages list in configuration.nix in order to be able to run decay-factory
python310Packages.rich
python310Packages.image-go-nord
from your terminal run:
decayFactory
or
decayFactory /path/to/image/
All the outputs will be in ~/Pictures/decay
cd
into the repo folder.- Uninstall it with:
sudo make uninstall
- Made with Schrodinger-Hat's ImageGoNord, but with the Decay palette
- Text User Interface (TUI) made with rich