diff options
| author | Alec Goncharow <Alec.Goncharow@gmail.com> | 2018-08-07 00:39:27 -0400 |
|---|---|---|
| committer | Alec Goncharow <Alec.Goncharow@gmail.com> | 2018-08-07 00:39:27 -0400 |
| commit | 000087fc605d3382b2d2b669f3cc02850100e0f1 (patch) | |
| tree | f96128833bfd37a0696a22f71a4d97ba87343866 | |
| parent | c517bf476dab583b94d336f9187c0a9eb04dbab3 (diff) | |
updates to use new font
| -rwxr-xr-x | .config/i3blocks/scripts/arch-update.py | 4 |
1 files 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 ')) |
