diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2019-01-04 21:59:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-04 21:59:23 +0200 |
| commit | 487fcbc4738ecdf37317ca1c747f48a56ba919ac (patch) | |
| tree | 65f472e7b1216ef35f404dc228160c718625e8ff /pywal/export.py | |
| parent | 1e416a18a853159f3473d80c831322630d006bb1 (diff) | |
| parent | a6780c947cec775946f1b5126451a085e1e0b001 (diff) | |
Merge pull request #336 from surrealpie/master
template for waybar
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) |
