forked from Shinonome/dots-hyprland
Fix VIANIX
This commit is contained in:
@@ -80,9 +80,9 @@ case $SKIP_HYPRLAND in
|
|||||||
fi
|
fi
|
||||||
t="$XDG_CONFIG_HOME/hypr/hypridle.conf"
|
t="$XDG_CONFIG_HOME/hypr/hypridle.conf"
|
||||||
if [[ "$INSTALL_VIA_NIX" = true ]]; then
|
if [[ "$INSTALL_VIA_NIX" = true ]]; then
|
||||||
s=dots/.config/hypr/hypridle.conf
|
|
||||||
else
|
|
||||||
s=dots-extra/vianix/hypridle.conf
|
s=dots-extra/vianix/hypridle.conf
|
||||||
|
else
|
||||||
|
s=dots/.config/hypr/hypridle.conf
|
||||||
fi
|
fi
|
||||||
if [ -f $t ];then
|
if [ -f $t ];then
|
||||||
echo -e "${STY_BLUE}[$0]: \"$t\" already exists.${STY_RST}"
|
echo -e "${STY_BLUE}[$0]: \"$t\" already exists.${STY_RST}"
|
||||||
|
|||||||
Reference in New Issue
Block a user