Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1 KB

README.md

File metadata and controls

42 lines (34 loc) · 1 KB

🗼OneDark Factory 🏭

Forked from tokyo-night-factory 😄

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

example

Installation

  1. Clone the repo.
  2. Install the required packages using pip as shown below:
pip3 install rich image-go-nord argparse
  1. Edit the file conv.py line 14 with your user name, DO NOT CHANGE THE DIR, IT WILL NOT WORK AS EXPECTED, IF YOU WANT TO EDIT IT THEN DO IT IN BOTH conv.py and odf.sh.
  2. Install it with:
sudo make install

Usage

from your terminal run:

odf

or

odf /path/to/image/

All the outputs will be in ~/Pictures/odf

UNINSTALL

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

Credits