diff options
| author | sraysmith <stephen.r.smith2@gmail.com> | 2018-12-20 15:55:11 -0500 |
|---|---|---|
| committer | sraysmith <stephen.r.smith2@gmail.com> | 2018-12-20 15:55:11 -0500 |
| commit | 37e96eca3b6aeccb0052e30cf6ec80eac0510df1 (patch) | |
| tree | 9ede0471c1e66ebda0e5407a9acc0613813f69b2 /pywal/export.py | |
| parent | f0de048bb992d15a3cbbca1d7c5fc356ae2f8620 (diff) | |
I added the xmonad export_type.
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..7873557 100644 --- a/pywal/export.py +++ b/pywal/export.py @@ -47,6 +47,7 @@ def get_export_type(export_type): "tty": "colors-tty.sh", "xresources": "colors.Xresources", "yaml": "colors.yml", + "xmonad": "colors.hs", }.get(export_type, export_type) |
