aboutsummaryrefslogtreecommitdiff
path: root/hypr/catppuccin/justfile
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-08-06 00:29:36 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-08-06 00:29:36 +0530
commit91a5f9790cfd4a98ee940633694fb512ecf24942 (patch)
treeb20bdd22e304234b6893e20d0ca5fbfd042f2184 /hypr/catppuccin/justfile
parentced774e19c36fb3b0b33a3846e7c9cf874b0c206 (diff)
i3 > hyprland & x11 > wayland
Diffstat (limited to 'hypr/catppuccin/justfile')
-rw-r--r--hypr/catppuccin/justfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/hypr/catppuccin/justfile b/hypr/catppuccin/justfile
deleted file mode 100644
index 0b4d3ef..0000000
--- a/hypr/catppuccin/justfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Print out all recipes when running `just`
-_default:
- @just --list
-
-# Variables
-output := "themes"
-whiskers_cmd := "whiskers"
-template_path := "hyprland.tera"
-
-# Create the output directory
-setup:
- mkdir -p {{output}}
-
-# Remove all files in the output directory
-clean:
- rm -fv {{output}}/*.conf
-
-# Generate all four flavors
-all: setup
- {{whiskers_cmd}} {{template_path}} \ No newline at end of file