-
Notifications
You must be signed in to change notification settings - Fork 4
Wallpaper Types
Wallpaper Engine ships three broad categories of wallpaper. The plugin's compatibility differs across them.
Supported by Vulkan 1.1. Requires Wallpaper Engine installed for assets. These are the animated, layered 2D scenes most Workshop wallpapers use — and the most polished playback path in the plugin.
See Scene Renderer for a full per-feature support matrix (layers, particles, effects, SceneScript, 3D models, audio, etc.).
Basic web APIs supported. WebGL may not work properly. If a wallpaper relies heavily on WebGL or modern browser features, expect glitches or a black screen — fall back to a Scene or Video wallpaper for those cases.
Plain video file looped as a background. The plugin offers two playback engines — see Video Backends.
- 3D Scene wallpapers (rare in the Workshop) — the renderer focuses on the 2D scene format with limited 3D model support; see Scene Renderer → 3D Models.
- Audio Visualizer category that relies on Windows-only audio paths may behave inconsistently, though the renderer has PipeWire/PulseAudio capture and FFT spectrum analysis built in.
- Screen locking — KDE's lock screen uses its own greeter renderer, so the live wallpaper won't show on the lock screen. Set a static fallback in System Settings → Colours & Themes → Login Screen / Lock Screen.
Repo · Scene Renderer · GPL-2.0