diff --git a/hypr/scripts/get-overrides.fish b/hypr/scripts/get-overrides.fish index 0000532..e7cce70 100755 --- a/hypr/scripts/get-overrides.fish +++ b/hypr/scripts/get-overrides.fish @@ -1,4 +1,4 @@ -#!/bin/fish +#!/usr/bin/env fish set -l src (dirname (status filename)) set -q XDG_CONFIG_HOME && set -l config $XDG_CONFIG_HOME/caelestia || set -l config $HOME/.config/caelestia diff --git a/hypr/scripts/monitor-config.fish b/hypr/scripts/monitor-config.fish index f7ef9fc..b32d3c0 100755 --- a/hypr/scripts/monitor-config.fish +++ b/hypr/scripts/monitor-config.fish @@ -1,4 +1,4 @@ -#!/bin/fish +#!/usr/bin/env fish set -q XDG_CONFIG_HOME && set -l config $XDG_CONFIG_HOME || set -l config $HOME/.config set -l config_path $config/caelestia/hypr.json