diff options
| author | surrealpie <yonkou@tutanota.com> | 2018-11-08 05:17:52 -0500 |
|---|---|---|
| committer | surrealpie <yonkou@tutanota.com> | 2018-11-08 05:17:52 -0500 |
| commit | 04a10fdcc60f11224680bad831a8822d755df738 (patch) | |
| tree | b02748cb1ecdedfab67b909f9602b41e742a997d /pywal/export.py | |
| parent | f0de048bb992d15a3cbbca1d7c5fc356ae2f8620 (diff) | |
template for waybar
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 357656e..6a28249 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", + "waybar": "colors-waybar.css", }.get(export_type, export_type) |
