rename: gaps -> aesthetic
This commit is contained in:
parent
9b43444509
commit
da039bcbb0
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue