Skip to content

decaycs/decay-factory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🗼Decay Factory 🏭

A simple cli to convert any image to a Decay themed wallpaper

example1 example2 decay on the right.

Alternatives

  • dye: Dye is an ultrafast image colorizer tool that supports decay palette, you can try it too!

Installation

AUR

You can install decay-factory using our AUR decay-factory package:

yay -S decay-factory

You can use any AUR helper :)

Manually

You can install decay-factory manually

  1. Clone the repo.
  2. Install the required packages using pip as shown below:
pip3 install -r requirements.txt
  1. Install it with:
sudo make install

Installing on NixOS

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

Usage

from your terminal run:

decayFactory

or

decayFactory /path/to/image/

All the outputs will be in ~/Pictures/decay

UNINSTALL

  1. cd into the repo folder.
  2. Uninstall it with:
sudo make uninstall

Credits