Skip to content

Commit 88bbc0b

Browse files
kmfclaude
andcommitted
docs(dms): document config-file install method
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent ffbe964 commit 88bbc0b

2 files changed

Lines changed: 21 additions & 9 deletions

File tree

INSTALL.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,19 @@ cp desktop/cosmic/bru-latte.ron ~/.config/cosmic/com.system76.CosmicTheme.Light.
253253

254254
Then import via Settings → Appearance.
255255

256+
### Dank Material Shell (DMS)
257+
258+
Point DMS at the theme file via its [config file](https://danklinux.com/docs/dankmaterialshell/custom-themes#via-configuration-file). In `~/.config/DankMaterialShell/settings.json`:
259+
260+
```json
261+
{
262+
"currentThemeName": "custom",
263+
"customThemeFile": "/home/you/.local/share/bru/desktop/dms/theme.json"
264+
}
265+
```
266+
267+
DMS reloads automatically on save. The theme provides two flavors (**Espresso** / **Latte**) and 8 accents (yellow default, plus orange, red, magenta, violet, blue, teal, green), selectable via the DMS variant picker.
268+
256269
### Omarchy
257270

258271
```bash

desktop/dms/README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@ This gives 2 flavors × 8 accents = 16 combinations, each with dark/light mode s
2424

2525
## Install
2626

27-
1. Copy `theme.json` to the DMS plugin registry themes directory:
27+
Point DMS at this `theme.json` via its [config file](https://danklinux.com/docs/dankmaterialshell/custom-themes#via-configuration-file). In `~/.config/DankMaterialShell/settings.json`:
2828

29-
```
30-
~/.local/share/gnome-shell/extensions/material-shell@AvengeMedia/themes/bru/theme.json
31-
```
29+
```json
30+
{
31+
"currentThemeName": "custom",
32+
"customThemeFile": "/path/to/bru/desktop/dms/theme.json"
33+
}
34+
```
3235

33-
Or clone/fork the [DMS plugin registry](https://github.com/AvengeMedia/dms-plugin-registry) and add the `bru/` directory under `themes/`.
34-
35-
2. Open Material Shell settings and select **Bru** from the theme picker.
36-
37-
3. Choose the **Espresso** or **Latte** variant from the variant selector.
36+
DMS reloads automatically on save. Pick the **Espresso** or **Latte** flavor and one of the 8 accents from the DMS variant selector.

0 commit comments

Comments
 (0)