util: Remove broken notifications

This commit is contained in:
Dylan Araps 2018-02-04 16:31:00 +11:00
parent 4090ada879
commit ac2cee6751

View File

@ -58,8 +58,7 @@ def get_args(args):
help="External script to run after \"wal\".") help="External script to run after \"wal\".")
arg.add_argument("-q", action="store_true", arg.add_argument("-q", action="store_true",
help="Quiet mode, don\'t print anything and \ help="Quiet mode, don\'t print anything.")
don't display notifications.")
arg.add_argument("-r", action="store_true", arg.add_argument("-r", action="store_true",
help="'wal -r' is deprecated: Use \ help="'wal -r' is deprecated: Use \
@ -121,7 +120,7 @@ def process_args(args):
if args.i: if args.i:
image_file = image.get(args.i) image_file = image.get(args.i)
colors_plain = colors.get(image_file, light=args.l, notify=not args.q) colors_plain = colors.get(image_file, light=args.l)
if args.f: if args.f:
colors_plain = colors.file(args.f) colors_plain = colors.file(args.f)