i3blocks icon indicating copy to clipboard operation
i3blocks copied to clipboard

The hacker-friendly status_command for Sway and i3

Results 69 i3blocks issues
Sort by recently updated
recently updated
newest added

The macro should be called in `configure.ac`, not `configure`. It threw this error: ``` ./configure: line 3178: syntax error near unexpected token `BASH_COMPLETION,' ``` I fixed the problem by commenting...

I'm sorry if I'm just being stupid but i am new to most of this. I have tried using multiple different one line commands inside the config file: command=curl 'https://api.ipify.org/'...

With a lenovo thinkpad: `$ acpi -b Battery 0: Not charging, 97% Battery 1: Discharging, 19%, 01:21:13 remaining ` the current regexp can't match "Not charging" `# fail on unexpected...

Hi, when I try to create a block to get the number of docker started it freezes my status bar. I don't know why this one has this behaviour, here...

I wish to reload `i3blocks` after I make changes to the theme in a script so that the changes are reflected in the status bar.

Hello, in the Getting Started sections it tells you to clone the repo to get the scripts. Onc that is done the user has to also make the config point...

How can I enable UTF8 string in i3blocks? My i3blocks keeps on crashing because I have my window title in i3bar. I am using Ubuntu 20.04.

Block not showing even on simple config i3block config: ```conf # Global properties separator = true separator_block_width = 15 [greet] command = echo "Hello world\n" interval = once [time] command...

I was re-reading the docs for a command's output today and I was surprised that the paragraph for the `command` parameter didn't mention the `format` section. This should make the...

Target `install-data-local` might be made before bashcompletion is ready. This change fix it.