Choose the method that works best for you.
The one-liner does everything — asks what to preserve, detects your hardware (NVIDIA, AMD, Intel), and installs Hyprland, QuickShell, SDDM, wallpapers, and all required dependencies. This is the same command the update notifier runs, so it works for both fresh installs and updates.
bash -c "$(curl -fsSL https://raw.githubusercontent.com/eprahemi/WifeRice/main/install.sh)"Clone the repo and cherry-pick what you need.
# Clone the repository
git clone --depth 1 https://github.com/eprahemi/WifeRice.git
# Copy configuration files
cp -r WifeRice/Hyprland/* ~/.config/hypr/
# Install QuickShell files
rsync -a --exclude='.env' WifeRice/Hyprland/scripts/quickshell/ ~/.config/hypr/scripts/quickshell/
# Set up SDDM theme (optional)
sudo rm -rf /usr/share/sddm/themes/matugen-minimal
sudo mkdir -p /usr/share/sddm/themes/matugen-minimal
sudo cp -r WifeRice/SDDM/matugen-minimal/* /usr/share/sddm/themes/matugen-minimal/
# Install wallpapers
cp WifeRice/Wallpapers/* ~/Pictures/Wallpapers/
sudo cp WifeRice/SDDM-Wallpaper/wallpaper.png /usr/share/wallpapers/lock.png
The installer NEVER wipes your existing config. Your settings.json (monitor layout, keybinds, startup apps) is preserved. Your ~/.Wallpapers/ folder (custom lock screen images) is never touched. Your weather .env config survives updates.
After install, reboot and log into SDDM. Press Super+H for the guide, Super+W for the wallpaper picker.
Back to Home