summaryrefslogtreecommitdiff
path: root/pywal/export.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-01-04 21:31:55 +0200
committerGitHub <noreply@github.com>2019-01-04 21:31:55 +0200
commitaecb848283c96d66206c31a08f93124bf46827ca (patch)
treef4c8ffae707421dbc39edd64f99aa360f6a5f71d /pywal/export.py
parentaabbb87ebe8577efbbea13ef4fec0965bd56a06d (diff)
parentfd6820db832ab7b859536b9871dd0d9b00a50627 (diff)
Merge pull request #354 from sraysmith/master
In regards to Request: add xmonad instructions #172
Diffstat (limited to 'pywal/export.py')
-rw-r--r--pywal/export.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pywal/export.py b/pywal/export.py
index 833912d..7b8e58b 100644
--- a/pywal/export.py
+++ b/pywal/export.py
@@ -48,6 +48,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)