summaryrefslogtreecommitdiff
path: root/pywal/export.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-01-04 21:59:10 +0200
committerGitHub <noreply@github.com>2019-01-04 21:59:10 +0200
commita6780c947cec775946f1b5126451a085e1e0b001 (patch)
tree65f472e7b1216ef35f404dc228160c718625e8ff /pywal/export.py
parent04a10fdcc60f11224680bad831a8822d755df738 (diff)
parent1e416a18a853159f3473d80c831322630d006bb1 (diff)
Merge branch 'master' into master
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)