From da039bcbb01ce4d0f089073d006aa10e0ddc7645 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 25 Apr 2025 18:36:08 +1000 Subject: [PATCH] rename: gaps -> aesthetic --- scripts/get-overrides.fish | 2 +- scripts/templates/hyprland/{gaps.conf => aesthetic.conf} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/templates/hyprland/{gaps.conf => aesthetic.conf} (100%) diff --git a/scripts/get-overrides.fish b/scripts/get-overrides.fish index 9a77338..0000532 100755 --- a/scripts/get-overrides.fish +++ b/scripts/get-overrides.fish @@ -4,7 +4,7 @@ set -l src (dirname (status filename)) set -q XDG_CONFIG_HOME && set -l config $XDG_CONFIG_HOME/caelestia || set -l config $HOME/.config/caelestia test -f $config/hypr.json && set -l style (jq -r '.hyprland.style' $config/hypr.json) -test -f "$src/templates/hyprland/$style.conf" || set -l style gaps +test -f "$src/templates/hyprland/$style.conf" || set -l style aesthetic set -l template $src/templates/hyprland/$style.conf set -l dest $src/../hyprland/overrides.conf diff --git a/scripts/templates/hyprland/gaps.conf b/scripts/templates/hyprland/aesthetic.conf similarity index 100% rename from scripts/templates/hyprland/gaps.conf rename to scripts/templates/hyprland/aesthetic.conf