aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'copy.sh')
-rwxr-xr-xcopy.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/copy.sh b/copy.sh
index cbef4d1c..af7cbe69 100755
--- a/copy.sh
+++ b/copy.sh
@@ -805,7 +805,12 @@ fi
printf "\n%.0s" {1..1}
# initialize wallust to avoid config error on hyprland
-wallust run -s $wallpaper 2>&1 | tee -a "$LOG"
+wallust_args=()
+# shellcheck source=/dev/null
+if [ -f "$DOTFILES_DIR/config/hypr/scripts/WallustConfig.sh" ]; then
+ . "$DOTFILES_DIR/config/hypr/scripts/WallustConfig.sh"
+fi
+wallust "${wallust_args[@]}" run -s "$wallpaper" 2>&1 | tee -a "$LOG"
if is_nixos && ! command -v waybar-weather >/dev/null 2>&1; then
echo "${WARN} waybar-weather binary is missing." 2>&1 | tee -a "$LOG"
echo "Install the current NixOS-Hyprland version to install waybar-weather applet for Waybar" 2>&1 | tee -a "$LOG"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage