Refresh all blocks on receiving SIGUSR1

This commit is contained in:
Utkarsh Verma
2022-02-16 14:11:07 +05:30
parent 4f4976500a
commit 1676c07b8f
2 changed files with 15 additions and 4 deletions

View File

@@ -113,6 +113,8 @@ My volume block *never* updates on its own, instead I have this command run alon
Note that all blocks must have different signal numbers.
Apart from this, you can also refresh all the blocks by sending `SIGUSR1` to `dwmblocks-async` using either `pkill -SIGUSR1 dwmblocks` or `kill -10 $(pidof dwmblocks)`.
### Clickable blocks
Like `i3blocks`, this build allows you to build in additional actions into your scripts in response to click events. You can check out [my statusbar scripts](https://github.com/UtkarshVerma/dotfiles/tree/main/.local/bin/statusbar) as references for using the `$BLOCK_BUTTON` variable.