Skip to content

warpwm/lule

Repository files navigation

lule

A command line tool to generate 8bit ANSI colors from wallpaper (an enhanced version of pywal but in rust) There is the old bash version in: https://github.com/warpwm/lule_bash

lule create -- set


Features

In order for lule to work properly, you need to set the following environment variables:

  • LULE_W : The path to the wallpaper (one random image will be selected from this directory)
  • LULE_S : The path to the script that will be run after the colors are generated (please check the 'scripts/apply_colors.sh' file for an example)
export LULE_W="~/.wallpaper"
export LULE_S="~/.func/lule_colors.sh"

lule create -- set