i3blocks icon indicating copy to clipboard operation
i3blocks copied to clipboard

Block not showing

Open ardyfeb opened this issue 2 years ago • 4 comments

Block not showing even on simple config

i3block config:

# Global properties
separator = true
separator_block_width = 15

[greet]
command = echo "Hello world\n"
interval = once

[time]
command = date '+%Y-%m-%d %H:%M:%S'
interval = 1

i3wm config

status_command i3blocks

I try run i3blocks on terminal its showing empty i3blocks i3blocks -c ~/.config/i3blocks/config

OS: Manjaro

ardyfeb avatar Nov 09 '21 21:11 ardyfeb

I'm having this exact same issue. Bug replicated on my side with the exact same configuration as above!

OS: EndeavourOS (Arch Linux too)

huzaifahj avatar Dec 14 '21 10:12 huzaifahj

image

huzaifahj avatar Dec 14 '21 10:12 huzaifahj

Same thing here i3blocks 1.5 © 2014-2019 Vivien Didelot and contributors Also Weather example on README doesn't show. Addons like rofi-weatehr same thing. Others addons like "IP" or "VOLUME" works. Ubuntu 20.04.5 LTS + i3 version 4.17.1

procraste avatar Oct 27 '22 06:10 procraste

try adding at least one newline below your last line of code

datajunkie1 avatar Sep 04 '23 23:09 datajunkie1