#!/bin/bash WALL_DIR="$HOME/pix/wallpapers/onedarkwallpapers/" NEW_WALL=$(find "$WALL_DIR" -type f | shuf -n 1) if ! pgrep -x hyprpaper >/dev/null; then # hyprpaper not running → write config and start it cat > ~/.config/hypr/hyprpaper.conf <