GitHub Inbox Plugin for DMS
May 29, 2026 ยท View on GitHub
A DankMaterialShell widget plugin that shows your GitHub notifications (or the so called Inbox) in a popup and lets you mark them as read or done.
| Group by repo | Group by date |
|---|---|
![]() | ![]() |
Features
DankBarwidget with unread count.- Popup inbox grouped by repository or date with expandable sections.
- Open a thread source, repository page, or author's page directly in your browser.
- Mark a single thread, a group of threads, or all threads as read/done.
- Configurable refresh interval and fetch size.
- Configurable popup item limit and title line count.
- Show a
DMSnotification for new incoming threads. - Filter options:
- Show read, unread, or all threads.
- Show threads you participated in, did not participate in, or all threads.
| Settings |
|---|
![]() |
Authentication
This plugin uses a GitHub classic personal access token, which can be created on https://github.com/settings/tokens.
Recommended token scope:
notifications- To show full details for threads from private repositories, also enable the full
repopermission for this token.
Requirements
DMS>= `1.2.0``curlin$PATH(usually pre-installed on most distros).secret-toolin$PATH(usually pre-installed withlibsecreton most distros).- To show authors, the
jqcommand-line tool is needed to parseJSON(usually needs a manual install). - Internet access to `api.github.com``
Limitations
-
The
GitHubnotifications API exposes only whether a message isRead/Unread, but it does not expose aDonestate.Because of that, this plugin maintains and caches
Donestate locally for actions performed inside the plugin.If you mark a notification as
Donein the GitHub web UI, the API can still return it as aReadthread. In that case the plugin cannot reliably detect that it was markedDone, so it may remain visible asRead. -
Notifications from
Dependabotsare not supported, sinceGithubdoes not provide a well generalizable way to fetch them.
Install
Method 1
In DMS:
- Open
Settings -> Plugins - Click
Scan for Plugins - Enable
GitHub Inbox - Add widget to DankBar
Method 2
Or clone repo, and run (this will add Symlink to plugin folder):
chmod +x Support/setup-symlink.sh
Support/setup-symlink.sh
Privacy & Security
- The token is securely stored via
Freedesktop Secret ServiceAPI. - The plugin sends web requests only to GitHub endpoints, so privacy is limited by what GitHub offers.
Disclaimers
- The developer has no affiliation with data provider.
- This plugin was vibe-coded under my supervision as a software engineer.


