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