From 8f2abf78f0866fabe02dce73c24183d7d3fd0df8 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 1 May 2024 16:11:36 +0900 Subject: [PATCH] updated copy.sh --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy.sh b/copy.sh index 75958a1..807507d 100755 --- a/copy.sh +++ b/copy.sh @@ -296,7 +296,7 @@ done ln -sf "$Waybar_Style" "$HOME/.config/waybar/style.css" && \ # initialize pywal to avoid config error on hyprland -wal -i $wallpaper -s -t 2>&1 | tee -a "$LOG" +wal -i $wallpaper -s -t -n -e 2>&1 | tee -a "$LOG" #initial symlink for Pywal Dark and Light for Rofi Themes ln -sf "$HOME/.cache/wal/colors-rofi-dark.rasi" "$HOME/.config/rofi/pywal-color/pywal-theme.rasi"