summaryrefslogtreecommitdiff
path: root/pywal/export.py
diff options
context:
space:
mode:
authorRanieri Althoff <ranisalt@gmail.com>2017-10-05 01:08:06 -0300
committerRanieri Althoff <ranisalt@gmail.com>2017-10-05 01:10:11 -0300
commite089921b366683948653f2446d0babdb9632fcc2 (patch)
tree654ca38f5e33fefd6224d8bcc94d4f53b0d091f8 /pywal/export.py
parent4684d04083af23449cf1003272f8a18bb9c18dfd (diff)
Add resource file for sway
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 d2db143..5aaf2c6 100644
--- a/pywal/export.py
+++ b/pywal/export.py
@@ -34,6 +34,7 @@ def get_export_type(export_type):
"putty": "colors-putty.reg",
"scss": "colors.scss",
"shell": "colors.sh",
+ "sway": "colors-sway",
"xresources": "colors.Xresources",
"yaml": "colors.yml",
}.get(export_type, export_type)