mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-10 07:58:12 +01:00
export: Add missing file definitions.
This commit is contained in:
parent
14005dd699
commit
e09872be69
@ -29,13 +29,18 @@ def get_export_type(export_type):
|
|||||||
"""Convert template type to the right filename."""
|
"""Convert template type to the right filename."""
|
||||||
return {
|
return {
|
||||||
"css": "colors.css",
|
"css": "colors.css",
|
||||||
|
"dwm": "colors-wal-dwm.h",
|
||||||
|
"st": "colors-wal-st.h",
|
||||||
|
"tabbed": "colors-wal-tabbed.h",
|
||||||
|
"gtk2": "colors-gtk2.rc",
|
||||||
"json": "colors.json",
|
"json": "colors.json",
|
||||||
"konsole": "colors-konsole.colorscheme",
|
"konsole": "colors-konsole.colorscheme",
|
||||||
|
"plain": "colors",
|
||||||
"putty": "colors-putty.reg",
|
"putty": "colors-putty.reg",
|
||||||
|
"rofi": "colors-rofi.Xresources",
|
||||||
"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