DeepSeek Balance

May 26, 2026 · View on GitHub

A DMS (Dank Material Shell) plugin that displays your DeepSeek API account balance in the taskbar.

Features

  • Taskbar pill showing your DeepSeek account balance with currency symbol
  • Popout with total balance, topped-up, granted balance breakdown, 24h and monthly balance trend
  • Auto-refresh every 5 minutes (configurable 1–60 min)
  • Auto-detects currency from the API response (CNY/USD)

Requirements

Installation

Settings → Plugins → Browse → install plugin

Manual

Clone into your DMS plugins directory:

git clone https://github.com/juliuswms/dms-deepseekbalance.git \
  ~/.config/DankMaterialShell/plugins/deepseekBalance

Then restart DMS.

Configuration

Open DMS Settings (Mod + , → Plugins → DeepSeek Balance) to:

  1. Enter your DeepSeek API key (from https://platform.deepseek.com/api_keys)
  2. Adjust the refresh interval (1–60 minutes)

How It Works

The plugin runs a bash script that:

  1. Reads your API key from plugin settings
  2. Calls GET https://api.deepseek.com/user/balance with Bearer auth
  3. Parses the JSON response to extract total, granted, and topped-up balance

All data stays local. Only the official DeepSeek API is contacted.

License

MIT