kblayout: fix update signal in someblocks example

This commit is contained in:
Nikita Ivanov 2025-02-09 13:00:16 +01:00
parent 48c0f85947
commit 2d590d0ecd
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133

View File

@ -12,7 +12,7 @@ with the example settings in `config.h`:
```c
static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{"", "cat /tmp/dwl-kblayout", 0, 1},
{"", "cat /tmp/dwl-kblayout", 0, 3},
};
```