SVGL Search for DMS

July 29, 2026 ยท View on GitHub

A DankMaterialShell launcher plugin for searching SVGL brand logos and copying them as images, SVG source, PNG data, or URLs.

SVGL Search in the DMS launcher

Usage

  1. Open the DMS launcher.
  2. Search for svg openai, svg github, or another brand.
  3. Press Enter to copy the configured default format.
  4. Use the result context menu for the other copy formats or source page.

Requirements

  • DMS 1.4 or newer
  • wl-copy
  • rsvg-convert for the optional PNG action

The included helper is built for Linux x86-64. On another architecture, install Go 1.22 or newer and rebuild it:

CGO_ENABLED=0 go build -trimpath -ldflags="-s -w" -o dank-svgl-helper .

Install

git clone https://github.com/Grant07/dms-svgl-search.git \
  ~/.config/DankMaterialShell/plugins/svglSearch
dms ipc call plugin-scan scan
dms ipc call plugins enable svglSearch

To update:

git -C ~/.config/DankMaterialShell/plugins/svglSearch pull
dms ipc call plugins reload svglSearch

SVGL Search uses the public API at https://api.svgl.app.

License

MIT