diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-12-31 12:32:34 +1100 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-12-31 12:32:34 +1100 |
| commit | 836d6ea9c22711aa063d76b1fc4f86c741415784 (patch) | |
| tree | 089d8446f03c5c45e34b5d4155adb056f916f404 | |
| parent | b79a0d65146f539e212639acb774e8a1a4adea7e (diff) | |
export: Add rofi.
| -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 92e64fe..12dc72d 100644 --- a/pywal/export.py +++ b/pywal/export.py @@ -35,6 +35,7 @@ def get_export_type(export_type): "scss": "colors.scss", "shell": "colors.sh", "sway": "colors-sway", + "rofi": "colors-rofi.Xresources", "xresources": "colors.Xresources", "yaml": "colors.yml", }.get(export_type, export_type) |
