From e089921b366683948653f2446d0babdb9632fcc2 Mon Sep 17 00:00:00 2001 From: Ranieri Althoff Date: Thu, 5 Oct 2017 01:08:06 -0300 Subject: Add resource file for sway --- pywal/export.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pywal/export.py') 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) -- cgit v1.2.3