diff --git a/.gitignore b/.gitignore index 32c75bf..9c38c72 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ hypr/.config/hypr/env hypr/.config/hypr/env.conf hypr/.config/hypr/env.sh +hypr/.config/wpaperd/wallpapers/linked diff --git a/hypr/.config/hypr/env.sh.template b/hypr/.config/hypr/env.sh.template index c8ea9ab..69607e4 100755 --- a/hypr/.config/hypr/env.sh.template +++ b/hypr/.config/hypr/env.sh.template @@ -1,5 +1,6 @@ -# export HYPR_MONITOR_SETUP=~/.config/hypr/modules/monitor_setup_buntes_monster.conf +#!/bin/bash + export HYPR_WALLPAPER_LINK_SOURCE="$HOME/nextcloud/Photos/Wallpapers" export HYPR_WALLPAPER_LINK="$HOME/.config/wpaperd/wallpapers/linked" -ln -sf $HYPR_WALLPAPER_PATH HYPR_WALLPAPER_LINK +ln -sf "$HYPR_WALLPAPER_LINK_SOURCE" "$HYPR_WALLPAPER_LINK"