From a2ff7db28fa17051868a10574722abe516cb0144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 10 Dec 2020 02:05:36 +0100 Subject: [PATCH] i3bar: Update spacing between icons and text --- i3/i3status.conf.j2 | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/i3/i3status.conf.j2 b/i3/i3status.conf.j2 index 5bd384e..5912452 100644 --- a/i3/i3status.conf.j2 +++ b/i3/i3status.conf.j2 @@ -30,7 +30,7 @@ order += "clock" battery_level all { battery_id = "all" - format = " {icon} {percent}% {time_remaining} " + format = " {icon} {percent}% {time_remaining} " measurement_mode = "sys" charging_character = "" blocks = "" @@ -43,20 +43,20 @@ battery_level all { clock { format = ["{DE}", "{NZ}", "{Cuba}", "{MX}", "{CZ}", "{NL}", "{VN}"] - format_time = "  {name} \[KW %V\] %a %d.%m.%Y %H:%M:%S " + format_time = "  {name} \[KW %V\] %a %d.%m.%Y %H:%M:%S " } wifi { bitrate_bad = 0 bitrate_degraded = 0 - format_down = "  down " - format_up = "  {signal_percent} {ssid} " + format_down = "  down " + format_up = "  {signal_percent} {ssid} " } spotify { - format = "  {title} - {artist} " - format_down = "  off " - format_stopped = "  stopped " + format = "  {title} - {artist} " + format_down = "  off " + format_stopped = "  stopped " cache_timeout = 1 color_offline = '#FFFFFF' on_click 1 = "exec $HOME/.i3/scripts/spotify-control toggle" @@ -77,8 +77,8 @@ online_status { volume_status output { cache_timeout = 10 - format = "  {percentage}% " - format_muted = "  mute " + format = "  {percentage}% " + format_muted = "  mute " thresholds = [] command = "pactl" color_muted = '#FFFFFF' @@ -87,8 +87,8 @@ volume_status output { volume_status input { cache_timeout = 10 - format = "  active " - format_muted = "  mute " + format = "  active " + format_muted = "  mute " thresholds = [(0, 'good'), (1, 'bad')] command = "pactl" color_muted = '#FFFFFF'