diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-12-27 17:43:47 +1100 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-12-27 17:43:47 +1100 |
| commit | c0db2e92f1565f2e68b17463c6dd2841ecd7e5ea (patch) | |
| tree | c14e9531d693880041c65fbc5b1cc37e92ce6b5b /pywal/__main__.py | |
| parent | 57e6ef173d4fccb90cacf50a00ddb4dd54ebe963 (diff) | |
general: Remove -t
Diffstat (limited to 'pywal/__main__.py')
| -rw-r--r-- | pywal/__main__.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/pywal/__main__.py b/pywal/__main__.py index f5264f3..069b6ce 100644 --- a/pywal/__main__.py +++ b/pywal/__main__.py @@ -58,10 +58,6 @@ def get_args(args): arg.add_argument("-R", action="store_true", help="Restore previous colorscheme.") - arg.add_argument("-t", action="store_true", - help="Fix artifacts in VTE Terminals. \ - (Termite, xfce4-terminal)") - arg.add_argument("-v", action="store_true", help="Print \"wal\" version.") @@ -118,7 +114,7 @@ def process_args(args): colors_plain["colors"]["color0"] = args.b if args.i or args.f: - sequences.send(colors_plain, args.t) + sequences.send(colors_plain) if not args.n: wallpaper.change(colors_plain["wallpaper"]) |
