diff options
| author | Ranieri Althoff <ranisalt@gmail.com> | 2017-10-05 01:08:06 -0300 |
|---|---|---|
| committer | Ranieri Althoff <ranisalt@gmail.com> | 2017-10-05 01:10:11 -0300 |
| commit | e089921b366683948653f2446d0babdb9632fcc2 (patch) | |
| tree | 654ca38f5e33fefd6224d8bcc94d4f53b0d091f8 /pywal/export.py | |
| parent | 4684d04083af23449cf1003272f8a18bb9c18dfd (diff) | |
Add resource file for sway
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 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) |
