This repository contains a collection of plugins for Dank Material Shell
https://plugins.danklinux.com/
To add your Plugin to the list please read the contribution guidelines and create a pull request.
On DMS open the settings Mod + , go to Plugins tab and click on Browse button.
On your teminal run dms then navigate to the plugins option or run dms plugins install {plugin-name} directly.
Clone the plugin repository into your ~/.config/DankMaterialShell/plugins/ folder and restart your dms session with dms restart. NOTE: Some plugins may have additional dependencies that need to be installed manually, please refer to the plugin documentation for more information, some plugins are part of a monorepo and need to be installed by copying the relevant path to the plugins folder.
Follow the Nix usage documentation
Some plugins are created by third-party developers and are not officially supported by the Dank Material Shell team. Use them at your own risk. In case of issues, please contact the plugin author directly.
Categories: {% for category in categories %}[{{ category.name }}](#{{ category.name | lower | replace(" ", "-") }}){% if not loop.last %} | {% endif %}{% endfor %}
{% for category in categories %}
{% for plugin in category.plugins %}
{{ plugin.description }}
{%if plugin.requires_dms %}requires DMS version: {{plugin.requires_dms}}{%endif%}
- id: {{ plugin.id }}
- name: {{ plugin.name }}
- author: {{ plugin.author }}
- compositors: {{ plugin.compositors | join(", ") }}
- capabilities: {{ plugin.capabilities | join(", ") }}
- dependencies: {{ plugin.dependencies | join(", ") }}
- distro: {{ plugin.distro | join(", ") }}
{% if plugin.path %}
Note
This plugin is part of a monorepo, please copy the contents of the [{{ plugin.path }}]({{ plugin.repo }}/tree/main/{{ plugin.path }}) folder to your ~/.config/DankMaterialShell/plugins/ folder.
{% endif %}
{% if plugin.screenshot %}
Screenshot

{% endif %}
{% endfor %}
{% endfor %}
{% if themes %} {% for theme in themes %}
{{ theme.description }}
- Author: {{ theme.author }}
- ID:
{{ theme.id }}Version:{{ theme.version }}

{% endfor %} {% endif %}