diff --git a/patches/kblayout/README.md b/patches/kblayout/README.md index 70caa97..b8d4916 100644 --- a/patches/kblayout/README.md +++ b/patches/kblayout/README.md @@ -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}, }; ```