shukookie / dsh-plugin-wallpaper

已收录

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

main其他 查看源代码

安装

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

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 e4e5f68同步于 2026年8月17日

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

仓库信息

开发语言
JavaScript
许可证
MIT
最后更新
2026年8月17日 06:45

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。