summaryrefslogtreecommitdiff
path: root/pywal/export.py
diff options
context:
space:
mode:
Diffstat (limited to 'pywal/export.py')
-rw-r--r--pywal/export.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pywal/export.py b/pywal/export.py
index 6a28249..2c02239 100644
--- a/pywal/export.py
+++ b/pywal/export.py
@@ -31,6 +31,7 @@ def get_export_type(export_type):
"""Convert template type to the right filename."""
return {
"css": "colors.css",
+ "dmenu": "colors-wal-dmenu.h",
"dwm": "colors-wal-dwm.h",
"st": "colors-wal-st.h",
"tabbed": "colors-wal-tabbed.h",
@@ -45,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",
+ "xmonad": "colors.hs",
"yaml": "colors.yml",
- "waybar": "colors-waybar.css",
}.get(export_type, export_type)