From 06d235bd67b4eeffc66286eb37af73dd37d941e9 Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Sat, 13 Jul 2024 13:54:43 -0400 Subject: [PATCH] build: use whiskers (#2) --- flow-launcher.tera | 201 +++++++++++++++++++++++++++++++ justfile | 5 + themes/Catppuccin Frappe.xaml | 2 +- themes/Catppuccin Latte.xaml | 8 +- themes/Catppuccin Macchiato.xaml | 4 +- themes/Catppuccin Mocha.xaml | 4 +- 6 files changed, 215 insertions(+), 9 deletions(-) create mode 100644 flow-launcher.tera create mode 100644 justfile diff --git a/flow-launcher.tera b/flow-launcher.tera new file mode 100644 index 0000000..6ec107a --- /dev/null +++ b/flow-launcher.tera @@ -0,0 +1,201 @@ +--- +whiskers: + version: "2.3.0" + matrix: + - flavor + filename: "themes/Catppuccin {{ flavor.identifier | capitalize }}.xaml" +--- + + + + + 0 0 0 8 + + + + + + + + + + + + + + + #{{ if(cond=flavor.dark, t=base.hex, f=surface0.hex) }} + 8 + 10 0 10 0 + + + + + + + + + + + + + + + diff --git a/justfile b/justfile new file mode 100644 index 0000000..02fc0da --- /dev/null +++ b/justfile @@ -0,0 +1,5 @@ +_default: + @just --list + +build: + whiskers flow-launcher.tera diff --git a/themes/Catppuccin Frappe.xaml b/themes/Catppuccin Frappe.xaml index a589b19..19ce0db 100644 --- a/themes/Catppuccin Frappe.xaml +++ b/themes/Catppuccin Frappe.xaml @@ -143,7 +143,7 @@ x:Key="SeparatorStyle" BasedOn="{StaticResource BaseSeparatorStyle}" TargetType="{x:Type Rectangle}"> - + diff --git a/themes/Catppuccin Latte.xaml b/themes/Catppuccin Latte.xaml index 01a53ad..296cda0 100644 --- a/themes/Catppuccin Latte.xaml +++ b/themes/Catppuccin Latte.xaml @@ -143,7 +143,7 @@ x:Key="SeparatorStyle" BasedOn="{StaticResource BaseSeparatorStyle}" TargetType="{x:Type Rectangle}"> - + @@ -158,14 +158,14 @@ - \ No newline at end of file + diff --git a/themes/Catppuccin Macchiato.xaml b/themes/Catppuccin Macchiato.xaml index 44a9139..e9cc8bc 100644 --- a/themes/Catppuccin Macchiato.xaml +++ b/themes/Catppuccin Macchiato.xaml @@ -143,7 +143,7 @@ x:Key="SeparatorStyle" BasedOn="{StaticResource BaseSeparatorStyle}" TargetType="{x:Type Rectangle}"> - + @@ -191,4 +191,4 @@ TargetType="{x:Type TextBlock}"> - \ No newline at end of file + diff --git a/themes/Catppuccin Mocha.xaml b/themes/Catppuccin Mocha.xaml index cf83a9e..674b7b8 100644 --- a/themes/Catppuccin Mocha.xaml +++ b/themes/Catppuccin Mocha.xaml @@ -143,7 +143,7 @@ x:Key="SeparatorStyle" BasedOn="{StaticResource BaseSeparatorStyle}" TargetType="{x:Type Rectangle}"> - + @@ -191,4 +191,4 @@ TargetType="{x:Type TextBlock}"> - \ No newline at end of file +