From 5d95571d2d8161360907c84582a806c8160c1915 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Mon, 1 Mar 2021 01:33:17 +0300 Subject: feat(i3): add extra space between tray icons --- .config/i3blocks/i3blocks.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/i3blocks/i3blocks.conf b/.config/i3blocks/i3blocks.conf index 74c0152..074ca0b 100644 --- a/.config/i3blocks/i3blocks.conf +++ b/.config/i3blocks/i3blocks.conf @@ -4,8 +4,8 @@ separator_block_width=25 [spotify] command=playerctl metadata --format=' {{ artist }} - {{ title }}' --player=spotify --follow 2> /dev/null -min_width=550 interval=persist +min_width=500 [lang] command=bash -c 'xkb-switch; xkb-switch -W' @@ -34,4 +34,5 @@ interval=60 [time] command=~/.local/share/i3blocks-modules/date -f " {time}" -t "%H:%M:%S" interval=1 +min_width=100 -- cgit v1.2.3