diff options
Diffstat (limited to 'pywal/export.py')
| -rw-r--r-- | pywal/export.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pywal/export.py b/pywal/export.py index 7b8e58b..2c02239 100644 --- a/pywal/export.py +++ b/pywal/export.py @@ -46,9 +46,10 @@ def get_export_type(export_type): "shell": "colors.sh", "sway": "colors-sway", "tty": "colors-tty.sh", + "waybar": "colors-waybar.css", "xresources": "colors.Xresources", - "yaml": "colors.yml", "xmonad": "colors.hs", + "yaml": "colors.yml", }.get(export_type, export_type) |
