From 0cf315f3b7ef8fa0374ff16029fe15e217e8af7d Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 30 Jan 2016 20:30:24 +0000 Subject: narrower spacing because of nicer font --- battery | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/battery b/battery index 9b09587..589c228 100755 --- a/battery +++ b/battery @@ -60,16 +60,16 @@ sub update { my $charging = lc($bs->{status}) eq 'charging'; my $is_full = lc($bs->{status}) eq 'full'; if ($charging) { - $txt = "\x{1f50c} "; + $txt = "\x{1f50c}"; } elsif (!$is_full) { - $txt = "\x{1f50b} "; + $txt = "\x{1f50b}"; } if ($deriv && !$charging) { my $t=$now/$deriv; my $tot=$full/$deriv; - $txt .= sprintf '%s/%s ', + $txt .= sprintf "%s/%s\x{2009}", _format_time($t), _format_time($tot); $bar->set_fraction($t/$tot); -- cgit v1.2.3