rename: gaps -> aesthetic

This commit is contained in:
2 * r + 2 * t 2025-04-25 18:36:08 +10:00
parent 9b43444509
commit da039bcbb0
2 changed files with 1 additions and 1 deletions

View file

@ -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