From b1b5c0ae7ca290a66ec2eef8c0fb034c19276a6f Mon Sep 17 00:00:00 2001 From: htom Date: Tue, 30 Dec 2025 18:54:38 +0100 Subject: [PATCH] fixed hyprpaper with the new update --- hypr/set_wallpaper.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hypr/set_wallpaper.sh b/hypr/set_wallpaper.sh index 8fffb37..29480c7 100755 --- a/hypr/set_wallpaper.sh +++ b/hypr/set_wallpaper.sh @@ -5,4 +5,6 @@ WALLPAPER_DIR="$HOME/Pictures/Wallpaper/" CURRENT_WALLPAPERS=$(hyprctl hyprpaper listloaded) WALLPAPER=$(find "$WALLPAPER_DIR" -type f ! -name "$(basename "$CURRENT_WALLPAPER")" | grep -v .git | shuf -n 1) -hyprctl hyprpaper reload ,"$WALLPAPER" +echo $WALLPAPER +hyprctl hyprpaper wallpaper "eDP-1, $WALLPAPER ," +hyprctl hyprpaper wallpaper "HDMI-A-1, $WALLPAPER ,"