A collection of Quickshell-based media viewer apps for DankMaterialShell (DMS) and standalone use.
| App | Description | Binary |
|---|---|---|
| dankview | Image viewer with EXIF inspector, crop, zoom, and Quick Capture annotation | dview |
| dankvideo | Video player with media inspector | dplay |
Each app is self-contained. Clone the repo and install only what you need:
git clone https://github.com/hthienloc/dankapps.git
cd dankapps
# Install dankview
cd dankview && make install-user
# Or install dankvideo
cd dankvideo && make install-user- Quickshell — QML shell framework
- Go 1.21+
dmsCLI (optional, for clipboard, wallpaper, and Quick Capture annotations)
dankapps/
├── dankview/ # Image viewer
├── dankvideo/ # Video player
└── go.work # Go workspace (dev only)
Special thanks to the community members who helped shape the design and conception of the apps:
- Zurvan (Discord) — Core design inspiration and UI concepts.
- Stumbling (Discord) & bbedward — Invaluable feedback, critique, and quality insights.