diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2019-01-04 22:11:17 +0200 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2019-01-04 22:11:17 +0200 |
| commit | 8486495c1e8e966c4dcf3d2ef77faa9e12494eb9 (patch) | |
| tree | e19432f2f2c41f4b2f593c2c4e3803ec69d69d08 /pywal/__main__.py | |
| parent | 1e416a18a853159f3473d80c831322630d006bb1 (diff) | |
oomox: Removed oomox support. Use wpgtk
Diffstat (limited to 'pywal/__main__.py')
| -rw-r--r-- | pywal/__main__.py | 4 |
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() |
