From 4c9c6a8c8c56b0fdc2fce0258df2cbf2f25d2c7a Mon Sep 17 00:00:00 2001 From: Mathias Scheider Date: Mon, 2 Mar 2026 22:41:25 +0100 Subject: [PATCH] more fixes --- .gitignore | 1 + hypr/.config/hypr/env.sh.template | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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"