dsh-wallpaper-engine: Turn Wallpaper Engine Wallpapers into DeepSeek Harness Dynamic Backgrounds

elysia395/dsh-wallpaper-engine

UI & ExperienceVerified
Listed on 2026-08-20
Page last updated 2026-08-20

A DSH plugin that sets Wallpaper Engine wallpapers as the web GUI background with liquid glass effects and slider controls.

Let the DeepSeek Harness web GUI showcase your favorite Wallpaper Engine wallpapers, with sliders to adjust blur, brightness, border, and liquid glass effects.

install
dsh plugin --profile web add github:elysia395/dsh-wallpaper-engine
Category
UI & Experience
Platform
DSH-Plugin
Author
elysia395
Distribution
Plugin

dsh-wallpaper-engine Key Features

Wallpaper picker & switchBlur/brightness/border slidersLiquid glass dialog effectPause/clear wallpaper

dsh-wallpaper-engine Repository

elysia395
Publisher
elysia395
Repository
elysia395/dsh-wallpaper-engine
100
Stars
8
Forks
0
Watchers
4
Open issues
LanguageJavaScript
License
Website
Repo last push2026-08-20 15:34:50
Repo created2026-08-17 00:04:08
Topics
dsh-plugindsh-plugin-marketdsh-plugins
Default branchmain

dsh-wallpaper-engine Repo Summary

dsh-wallpaper-engine is a utility DSH plugin for DeepSeek Harness (DSH) that turns your Wallpaper Engine wallpapers into the dynamic background of the DSH web GUI (dsh web). It solves the problem of a monotonous default interface by letting you showcase your favorite wallpapers behind the chat interface, with multiple sliders to fine-tune blur, brightness, border, and the liquid glass effect of the dialog, making your DSH more beautiful and personalized.

What core features does the dsh-wallpaper-engine DSH plugin support?

The plugin automatically discovers the Wallpaper Engine installation on your machine (by reading Steam's libraryfolders.vdf, so it works even when Steam is on a non-default drive) and enumerates all wallpapers. It supports two portable wallpaper types: Video (.mp4) and Web (HTML). Scene and Application types are not portable because they rely on Wallpaper Engine's own rendering engine or external window injection, so they are hidden from the picker and rotation candidates. The plugin registers same-origin HTTP routes on the DSH webserver to fetch the inventory, stream media, and serve preview images. You can choose a wallpaper from the settings, fine-tune it with four sliders, and pause or clear it anytime.

How do I install dsh-wallpaper-engine?

For regular users, install the published npm package with the following command:

bash
dsh plugin --profile web add dsh-plugin-wallpaper-engine

Then restart dsh web and open Settings → General → Wallpaper Engine. If you are a developer, you can clone the repository and install it via link: to your local folder.

Which DeepSeek Harness versions and platforms are compatible with dsh-wallpaper-engine?

Maintained by elysia395, written in JavaScript, and last updated on 2026-08-17, this plugin depends on DSH's client runtime, UI slots, and host webserver, so a recent DSH version is required. It works best on Windows with Wallpaper Engine, as Wallpaper Engine itself is a Windows application.

What are the wallpaper type limitations of dsh-wallpaper-engine?

Wallpaper Engine wallpapers come in four types: Scene, Video, Web, and Application. Only Video and Web are portable to DSH; Scene and Application cannot be used as live backgrounds because they depend on Wallpaper Engine's proprietary rendering or external window injection. Therefore, the plugin's picker and rotation candidates automatically filter out these unusable types.

How can I develop or contribute to dsh-wallpaper-engine?

If you want to contribute code, clone the repository and install it via link: so that changes take effect without reinstalling. The plugin is MIT-licensed, and issues and pull requests are welcome.

View more DSH plugins at dsh-plugin.org

DSH-Plugin FAQ