From 587e29efe4584c8fa8016901302fd4214f78be66 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:45:16 +1100 Subject: install scripts for all modules --- scheme/apply-scheme.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scheme/apply-scheme.fish') diff --git a/scheme/apply-scheme.fish b/scheme/apply-scheme.fish index aff4275..ecea2d5 100755 --- a/scheme/apply-scheme.fish +++ b/scheme/apply-scheme.fish @@ -44,9 +44,9 @@ end set -l src (dirname (status filename)) set -l colours ($src/gen-scheme.fish $argv[1]) -if test -d $CONFIG/hypr +if test -d $CONFIG/../hypr/scheme log 'Generating hypr scheme' - gen-hypr $colours > $CONFIG/hypr/scheme/dynamic.conf + gen-hypr $colours > $CONFIG/../hypr/scheme/dynamic.conf end if test -d $CONFIG/shell -- cgit v1.2.3-freya