Add option for generation of pywal colors with wallpaper change (#219)

* Add option for generation of pywal colors with wallpaper change

* Update README.md

* Address review
This commit is contained in:
Ethan Vogelsang
2024-09-08 16:13:14 -05:00
committed by GitHub
parent 1aed9f51f9
commit 41dbc3829a
4 changed files with 11 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ export const MenuTheme = () => {
}
}),
Option({ opt: options.theme.bar.menus.monochrome, title: 'Use Global Colors', type: 'boolean', disabledBinding: options.theme.matugen }),
Option({ opt: options.wallpaper.pywal, title: 'Generate Pywal Colors', subtitle: 'Whether to also generate pywal colors with chosen wallpaper', type: 'boolean' }),
Option({ opt: options.wallpaper.enable, title: 'Apply Wallpapers', subtitle: 'Whether to apply the wallpaper or to only use it for Matugen color generation.', type: 'boolean' }),
Option({ opt: options.wallpaper.image, title: 'Wallpaper', subtitle: options.wallpaper.image.bind("value"), type: 'wallpaper' }),
Option({ opt: options.theme.bar.menus.background, title: 'Background Color', type: 'color' }),