Thanks to visit codestin.com
Credit goes to github.com

Skip to content

InioX/matugen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning This branch is unmaintained, please use this one instead.

Matugen

A material you color generation tool for linux

Description

Material Design 3 offers a new color system that allows for more flexible and dynamic use of color. The new system includes a wider range of colors, as well as a range of tints and shades that can be used to create subtle variations in color.

Installation

From Pypi

Note Assuming you have python with pip installed

pip install matugen

Usage

# Dark theme
matugen /path/to/wallpaper/
# Light theme
matugen /path/to/wallpaper/ -l

Example:

matugen ~/wall/snow.png -l

From repo with poetry

Note Assuming you already have Poetry installed:

git clone https://github.com/InioX/matugen && cd matugen
poetry install

Usage

# Dark theme
poetry run matugen /path/to/wallpaper/
# Light theme
poetry run matugen /path/to/wallpaper/ -l

Example:

poetry run matugen ~/wall/snow.png -l

Showcase

Showcase with Hyprland, Waybar, kitty, and fish shell:

Warning The preview and usage may be outdated.