Fixes for the update
This commit is contained in:
@@ -42,7 +42,9 @@ elif [ -x "/usr/bin/hyprpaper" ]; then
|
||||
echo "daemon started"
|
||||
fi
|
||||
sed -i "3s|path = .*|path = ${image}|" ~/.config/hypr/hyprpaper.conf
|
||||
hyprctl hyprpaper wallpaper ", $image"
|
||||
hyprctl monitors -j | jq -r 'sort_by(.id) | .[].name' | while IFS= read -r display; do
|
||||
hyprctl hyprpaper wallpaper "$display, $image"
|
||||
done
|
||||
echo "set Wallpaper to $image with hyprpaper"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user