shukookie / dsh-plugin-wallpaper

Listed

Wallpaper switcher for DeepSeek Harness - sidebar picker with local image upload, dim slider, and one-click next-wallpaper button.

mainOther View source

Installation

npx -y @deepseek-ai/dsh plugin --profile web add github:shukookie/dsh-plugin-wallpaper

This installation command is an unverified starting point generated from the GitHub repository address.

README

Maintainer-authored documentation snapshot.

View on GitHub ↗
Commit e4e5f68Synced Aug 17, 2026

dsh-plugin-wallpaper

Wallpaper switcher for DeepSeek Harness — a sidebar picker with local image upload, a dim slider, and a one-click next-wallpaper button.

壁纸切换插件(DeepSeek Harness):在页面上直接添加本地图片壁纸、遮罩浓度滑块、一键切换下一张。 Inspired by zcode-toolbar-wallpaper.

Install

dsh plugin --profile web add dsh-plugin-wallpaper

Refresh the page (or restart dsh web). Two buttons appear at the sidebar foot, next to Settings:

  • 🖼 Wallpaper — opens the picker: 7 built-in gradients, your uploaded images (hover a card to delete), a dim slider (0–100%, step 5, live preview), and Restore default.
  • ⇄ Switch — cycles to the next wallpaper without opening the panel.

Features

  • Local images — pick one or more files (jpg/png/webp/gif); large images are downscaled to 2560px in-browser (JPEG 85%, alpha kept for png/webp, GIF untouched) so the UI never stutters.
  • Dim slider — a light-mode white / dark-mode black overlay keeps text readable at any wallpaper; default 60%.
  • Token-layer application — wallpapers apply through the theme service's token-override layers (--dsw-alias-bg-base, sidebar fill, raised surface); disabling or uninstalling the plugin restores everything automatically.
  • Light/dark aware — every built-in gradient ships a tuned pair for both color schemes.

Notes

  • Uploaded images live in the page's memory for the session; they are never written to disk or uploaded anywhere.
  • This plugin only touches theme tokens via the public theme.overrideTokens API — no DOM hacks.

License

MIT

Repository information

Language
JavaScript
License
MIT
Last updated
Aug 17, 2026, 6:45 AM

Install deliberately

Review source code, permissions, lifecycle hooks, dependencies and network access. Test untrusted plugins in an isolated environment.