Switching Wallpapers With Hyprpaper on openSUSE Tumbleweed

Story: Switching Wallpapers With Hyprpaper in Hyprland with ML4W Dotfiles on Fedora 42Total Replies: 0
Author Content
dba477

Jun 25, 2025
2:26 AM CST
Switching Wallpapers With Hyprpaper in Hyprland installed via Hyprland Starter and Dotfiles Installer on openSUSE Tumbleweed

Start with Setup Hyprland via Hyprland Starter and Dotfiles Installer (Stephan Raabe) on openSUSE Tumbleweed. Our goal is to reproduce on Tumbleweed "Switching Wallpapers With Hyprpaper in Hyprland with ML4W Dotfiles on Fedora 42"@Lxer.com.The first step on Tumbleweed is supposed to be adding the X11:Wayland repository. See for details

https://dbaxps.blogspot.com/2025/06/switching-wallpapers-wit...

UPDATE as of 06/27/25

It might happen that all what Dotfiles Installer does for you would be properly setup folder ~/.config/hypr/ due to Dotfiles Installer appears to be work in progress.

Then proceed as follows:-

Every line is supposed to end up with backward slash

This workaround was tested on Tumbleweed 
with Dual DE Gnome && KDE Plasma 6.4.1

# Step 1 sudo zypper install hyprland waybar rofi-wayland kitty dunst thunar xdg-desktop-portal-hyprland qt6-wayland hyprpaper hyprlock vim fastfetch jq brightnessctl NetworkManager wireplumber # Step 2 $ sudo zypper addrepo https://download.opensuse.org/repositories/X11:Wayland/openS...

$ sudo zypper refresh # hyprland-qtutils provides hyprctl on openSUSE Tumbleweed $ sudo zypper install hyprland-qtutils
The power and precision of Google's AI regarding technical issues make obtaining required information really exciting

Install via Dotfiles Installer (Stephan Raabe) on Fedora 42 Dual DE (Gnome && KDE Plasma)

$ sudo dnf5 install hyprctl

Setup kgx via Copr Repos according to Google's AI directives

Install and run Dotfiles Installer per Stephan Raabe

$ sudo reboot

Login via ssh to F42 Dual DE instance.

Every line is supposed to end up with backward slash

Then run :-

sudo dnf5 install        unzip         git         gum    hyprland      waybar rofi-wayland       kitty       dunst      thunar   xdg-desktop-portal-hyprland   qt5-qtwayland   qt6-qtwayland       fastfetch              jq   brightnessctl  NetworkManager     wireplumber         wlogout

$ sudo reboot $ sudo dnf5 install hyprpaper $ sudo dnf5 install hyprlock
Login via ssh to F42 Dual DE instance

 
# Update hyprpaper.conf
Add line
ipc = true  
# Update monitor.conf
monitor = ,1920x1080@144,0x0,1

$ sudo reboot
Now Hyprlnad with ML4W Dotfiles is ready to run switchWallpapers.sh
#!/bin/bash

WALLPAPER_DIRECTORY=~/Pictures/Wallpapers WALLPAPER=$(find "$WALLPAPER_DIRECTORY" -type f | shuf -n 1) hyprctl hyprpaper preload "$WALLPAPER" hyprctl hyprpaper wallpaper "Virtual-1,$WALLPAPER" sleep 1 hyprctl hyprpaper unload unused
Setup above was tested on Fedora 42 with Dual DE in virtual environment

Posting in this forum is limited to members of the group: [ForumMods, SITEADMINS, MEMBERS.]

Becoming a member of LXer is easy and free. Join Us!