Git Product home page Git Product logo

prism's Introduction

prism

home-manager module to recolor wallpapers, built with lutgen


๐Ÿ–ผ๏ธ Gallery
Original Oxocarbon Gruvbox Dark
space324dhsj image image
rose_pine_shape image image
spiral image image

Usage

Note

If you add or remove an image from the wallpapers path, ALL wallpapers will be rebuilt.

Depending on the number and resolution of wallpapers, switching to a new generation can take a long time.

Include in your flake

inputs.prism.url = "github:IogaMaster/prism";

Include the prism.homeModules.prism module the way you like.

Here are all the colorschemes: https://github.com/ozwaldorf/lutgen-rs/blob/main/palettes/palettes.json

To use Gruvbox Dark you need to specify colorscheme = "gruvbox-dark";

Using the module:

prism = {
  enable = true;
  wallpapers = ./wallpapers; # Path to the wallpapers directory in your config. (IMAGES ONLY)
  outPath = ".config/wallpapers"; # Where in your home directory to output to.

  # There are a few different ways of setting the colorscheme.

  # If you pass the name it will use a lutgen builtin scheme
  colorscheme = "catppuccin-mocha"; 
  
  # If you pass a list of colors, it will build a scheme from them. 
  # They are formatted like base16 schemes
  # colorscheme = [ "FFFFFF" "FAFAFA" ... ]; 
 
  # You can also pass a nix-colors scheme attrset and it will parse the colors.
  # colorscheme = nix-colors.colorscheme.nord;
};

If you like prism, consider checking out nix-colors.

prism's People

Contributors

iogamaster avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.