mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-05-21 00:30:53 +02:00
I added the xmonad export_type.
This commit is contained in:
parent
f0de048bb9
commit
37e96eca3b
@ -47,6 +47,7 @@ def get_export_type(export_type):
|
|||||||
"tty": "colors-tty.sh",
|
"tty": "colors-tty.sh",
|
||||||
"xresources": "colors.Xresources",
|
"xresources": "colors.Xresources",
|
||||||
"yaml": "colors.yml",
|
"yaml": "colors.yml",
|
||||||
|
"xmonad": "colors.hs",
|
||||||
}.get(export_type, export_type)
|
}.get(export_type, export_type)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user