From 000087fc605d3382b2d2b669f3cc02850100e0f1 Mon Sep 17 00:00:00 2001 From: Alec Goncharow Date: Tue, 7 Aug 2018 00:39:27 -0400 Subject: updates to use new font --- .config/i3blocks/scripts/arch-update.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3blocks/scripts/arch-update.py b/.config/i3blocks/scripts/arch-update.py index d1b1c6f..7dc5d62 100755 --- a/.config/i3blocks/scripts/arch-update.py +++ b/.config/i3blocks/scripts/arch-update.py @@ -97,7 +97,7 @@ if args.aur: update_count = len(updates) if update_count > 0: - info = '-Syu updates available: {}'.format(update_count) + info = '-Syu  : {}'.format(update_count) matches = matching_updates(updates, args.watch) if matches: info += ' [{0}]'.format(', '.join(matches)) @@ -113,4 +113,4 @@ if update_count > 0: shell=True) elif not args.quiet: - print(message.format(args.base_color, '-Syu ✓')) + print(message.format(args.base_color, '-Syu  ')) -- cgit v1.2.3-70-g09d2