diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2019-01-04 22:02:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-04 22:02:04 +0200 |
| commit | bf886286c7d10d073365aab0f53f731bbbf38e11 (patch) | |
| tree | 00575568f9fd8c91e1a4ba317b71d4ed3b07d63e /pywal/export.py | |
| parent | 487fcbc4738ecdf37317ca1c747f48a56ba919ac (diff) | |
| parent | 24735845f6251d3e78024fe6d554a8b265ddf0e8 (diff) | |
Merge pull request #346 from lasers/add-speedcrunch
export: add speedcrunch 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 2c02239..83dd15c 100644 --- a/pywal/export.py +++ b/pywal/export.py @@ -44,6 +44,7 @@ def get_export_type(export_type): "rofi": "colors-rofi.Xresources", "scss": "colors.scss", "shell": "colors.sh", + "speedcrunch": "colors-speedcrunch.json", "sway": "colors-sway", "tty": "colors-tty.sh", "waybar": "colors-waybar.css", |
