diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2019-01-04 21:29:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-04 21:29:51 +0200 |
| commit | aabbb87ebe8577efbbea13ef4fec0965bd56a06d (patch) | |
| tree | 1b996d5fbc181177661b1f2eb6ae79f42fbcf2f1 /pywal/export.py | |
| parent | 16515064896bd556c68198ea3c02e99653e3632c (diff) | |
| parent | 041fe0643f9a31079cdf641a7f8227e97dba9696 (diff) | |
Merge pull request #355 from Khoyo/yk/pr/dmenu-template
template: add dmenu template
Diffstat (limited to 'pywal/export.py')
| -rw-r--r-- | pywal/export.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pywal/export.py b/pywal/export.py index 357656e..833912d 100644 --- a/pywal/export.py +++ b/pywal/export.py @@ -31,6 +31,7 @@ def get_export_type(export_type): """Convert template type to the right filename.""" return { "css": "colors.css", + "dmenu": "colors-wal-dmenu.h", "dwm": "colors-wal-dwm.h", "st": "colors-wal-st.h", "tabbed": "colors-wal-tabbed.h", |
