From 0d04846e70caca373d8e81e8d46950bd25cc70c0 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Mon, 24 Jun 2024 16:35:23 +0200 Subject: [PATCH] Updates --- .install/hyprland_dotfiles.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.install/hyprland_dotfiles.sh b/.install/hyprland_dotfiles.sh index d289941..fbabc33 100644 --- a/.install/hyprland_dotfiles.sh +++ b/.install/hyprland_dotfiles.sh @@ -43,5 +43,8 @@ fi if [ -d ~/dotfiles-versions/$version/fastfetch ]; then _installSymLink fastfetch ~/.config/fastfetch ~/dotfiles/fastfetch/ ~/.config fi +if [ -d ~/dotfiles-versions/$version/waypaper ]; then + _installSymLink waypaper ~/.config/waypaper ~/dotfiles/waypaper/ ~/.config +fi echo ":: Symbolic links created." echo