randhyprpaper is a simple c++ script that randomizes your wallpaper based off of environment variables it will plant into your hyprland.conf. Includes a bash install script for easy setup.
- hyprland (duhh)
- hyprpaper (also duhh)
- ninja
- cmake
- git
- a c++ compiler (like gcc)
Copy the following commands into your terminal
sudo pacman -S cmake ninja git gcc
git clone https://github.com/CORVUS047/randhyprpaper.git
cd randhyprpaper
bash install.sh
randhyprpaper requires a restart of hyprland in order to function properly!!!
Configuration options are automatically set in your hyprland.conf file as
env = WALLPAPER_DIR,(insert the directory of your wallpapers)
env = WALLPAPER_DELAY,(insert time between wallpaper change or 0 to disable wallpaper changing)
Any time you edit these variables hyprland must be reset for them to take effect.
- Multi-Monitor support
- Multiple paths for wallpapers