Closed tbaumann closed 2 months ago
Isn't that identical to
No, [[block.click]]
designates an element of block.click
array while [block.click]
refers to the block.click
object.
Ah I didn't see the double brackets. Thank you.
I'm generating the file through nix Home-Manager, I have to figure out how to do this right. I thought click = {} was the right syntax but it's clearly not.
I'm AFK but I guess
click = [
{
cmd = ...
}
];
would do it...
That was it. It was even documented like that. Sorry fort wasting your time.
output
The problem is in the click block of
Isn't that identical to https://github.com/greshake/i3status-rust/blob/433d2e0fbd9bfcb6de02c84f0eed3a24345d6181/examples/config.toml#L38 ?