diff options
author | eug-vs <eug-vs@keemail.me> | 2021-03-01 01:33:17 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-03-01 01:34:22 +0300 |
commit | 5d95571d2d8161360907c84582a806c8160c1915 (patch) | |
tree | 5d7a5726957242d3266c96a37ad54751173e1e76 | |
parent | 402d6924acc7cf8b6d799bc34b86b6e5979fdf17 (diff) | |
download | dotfiles-5d95571d2d8161360907c84582a806c8160c1915.tar.gz |
feat(i3): add extra space between tray icons
-rw-r--r-- | .config/i3blocks/i3blocks.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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 |