mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-08 00:09:29 -05:00
feat: add dynamic hard flavour
Someone requested idk who tho
This commit is contained in:
@@ -106,7 +106,7 @@ def get_colours_for_wall(wall: Path | str, no_smart: bool) -> None:
|
||||
scheme = Scheme(
|
||||
{
|
||||
"name": name,
|
||||
"flavour": "default",
|
||||
"flavour": scheme.flavour,
|
||||
"mode": smart_opts["mode"],
|
||||
"variant": smart_opts["variant"],
|
||||
"colours": scheme.colours,
|
||||
@@ -115,7 +115,7 @@ def get_colours_for_wall(wall: Path | str, no_smart: bool) -> None:
|
||||
|
||||
return {
|
||||
"name": name,
|
||||
"flavour": "default",
|
||||
"flavour": scheme.flavour,
|
||||
"mode": scheme.mode,
|
||||
"variant": scheme.variant,
|
||||
"colours": get_colours_for_image(get_thumb(wall, cache), scheme),
|
||||
|
||||
Reference in New Issue
Block a user