Gaël PORTAY

Results 94 comments of Gaël PORTAY

Try to remove the `-n` option from the command `echo` Even better, just run the command `wget http://ipinfo.io/ip -qO-` directly in your script or ``` [ip] command=wget http://ipinfo.io/ip -qO- ```...

I usually reload i3/sway instead. I do not know if is is possible.

I guess it is because the `$SCRIPT_DIR` does not point to the location of the clone of i3blocks-contrib. Try to set the command to `$HOME/.config/i3blocks/$BLOCK_NAME`

Have you tried that? ``` [hello] myvar=world command=echo Hello, $myvar! interval=60 ``` Maybe, it is what you want.

It depends on how i3blocks is started. I guess you did not start i3blocks from a zsh instance. And thus, your blocklets will not have your variables set in the...

It is just a guess, I may be wrong.

`echo` prints an end of line character (i.e. '\n', unless `-n` is given) while `printf` does not. Try to use `printf "...\n"` instead.

I fixed a bug in the second commit for command completion if an option with an argument is entered *before* the command verb. For example `casync --log-level debug make`

This is gentle ping for the maintainers ;)

I have push-force a new version. It is based on #219, with more atomic commits.