From 37e96eca3b6aeccb0052e30cf6ec80eac0510df1 Mon Sep 17 00:00:00 2001 From: sraysmith Date: Thu, 20 Dec 2018 15:55:11 -0500 Subject: [PATCH] I added the xmonad export_type. --- pywal/export.py | 1 + 1 file changed, 1 insertion(+) 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)