Forked from tokyo-night-factory 😄
A simple cli to convert any image to a onedark themed wallpaper
- Clone the repo.
- Install the required packages using pip as shown below:
pip3 install rich image-go-nord argparse
- 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 BOTHconv.py
andodf.sh
. - Install it with:
sudo make install
from your terminal run:
odf
or
odf /path/to/image/
All the outputs will be in ~/Pictures/odf
cd
into the repo folder.- Uninstall it with:
sudo make uninstall
- Made with Schrodinger-Hat's ImageGoNord, but with the Onedark palette
- Text User Interface (TUI) made with rich