summaryrefslogtreecommitdiff
path: root/pywal/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pywal/__main__.py')
-rw-r--r--pywal/__main__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pywal/__main__.py b/pywal/__main__.py
index 2ace13c..b5833ea 100644
--- a/pywal/__main__.py
+++ b/pywal/__main__.py
@@ -65,9 +65,6 @@ def get_args():
arg.add_argument("-i", metavar="\"/path/to/img.jpg\"",
help="Which image or directory to use.")
- arg.add_argument("-g", action="store_true",
- help="Generate an oomox theme.")
-
arg.add_argument("-l", action="store_true",
help="Generate a light colorscheme.")
@@ -192,7 +189,6 @@ def parse_args(parser):
util.disown([cmd])
if not args.e:
- reload.oomox(args.g)
reload.gtk()