Skip to content

GUI for Linux wallpaper engine. Yes, this is the same wallpaper engine adapted for Linux. Thank you @Almamu.

Notifications You must be signed in to change notification settings

Maxnights/simple-linux-wallpaperengine-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Linux Wallpaper Engine GUI

A modern, universal GUI for linux-wallpaperengine.

I encountered various problems on GNOME and KDE. I recommend using Linux Wallpaper Engine on tiling window managers such as i3, hyprland, and bspwm. For KDE, I recommend trying this plugin

Screenshots

Pasted image Pasted image (2)

1. Prerequisites (The Backend)

This is just a GUI. You must install the core backend engine first.

Arch / Manjaro

yay -S linux-wallpaperengine

Debian / Ubuntu / Fedora (Build from Source)

Detailed instructions are here, but essentially:

# Install build tools (Debian/Ubuntu)
sudo apt install build-essential cmake libx11-dev libxrandr-dev liblz4-dev

# Install build tools (Fedora)
sudo dnf install cmake gcc-c++ libX11-devel libXrandr-devel lz4-devel

# Clone & Build
git clone https://github.com/Almamu/linux-wallpaperengine.git
cd linux-wallpaperengine && mkdir build && cd build
cmake ..
make
sudo make install

2. Installation (The GUI)

This one-step script installs Python dependencies, and sets up the app.

git clone https://github.com/Maxnights/simple-linux-wallpaperengine-gui.git
cd simple-linux-wallpaperengine-gui
chmod +x install.sh
./install.sh

3. Usage

Start the application:

./run_gui.sh

Troubleshooting

"linux-wallpaperengine not found"
Ensure you completed Step 1. Run linux-wallpaperengine --help in a terminal to verify it's installed globally.

Wallpapers not showing?
Go to the Library tab and click Scan Local Wallpapers. The app searches standard paths including ~/.local/share/Steam, ~/.var/app/com.valvesoftware.Steam, and ~/snap/steam.

About

GUI for Linux wallpaper engine. Yes, this is the same wallpaper engine adapted for Linux. Thank you @Almamu.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published