mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-10 16:08:11 +01:00
export: Add rofi.
This commit is contained in:
parent
b79a0d6514
commit
836d6ea9c2
@ -35,6 +35,7 @@ def get_export_type(export_type):
|
|||||||
"scss": "colors.scss",
|
"scss": "colors.scss",
|
||||||
"shell": "colors.sh",
|
"shell": "colors.sh",
|
||||||
"sway": "colors-sway",
|
"sway": "colors-sway",
|
||||||
|
"rofi": "colors-rofi.Xresources",
|
||||||
"xresources": "colors.Xresources",
|
"xresources": "colors.Xresources",
|
||||||
"yaml": "colors.yml",
|
"yaml": "colors.yml",
|
||||||
}.get(export_type, export_type)
|
}.get(export_type, export_type)
|
||||||
|
Loading…
Reference in New Issue
Block a user