There is a new pull request by FalsePattern against master on the void-packages repository https://github.com/FalsePattern/void-packages waybar-keyboard-state https://github.com/void-linux/void-packages/pull/43048 Waybar: add libevdev to fix keyboard-status module This fixes the num lock / caps lock visualizer (available in the default waybar config for verification) I noticed that these indicators were missing, apparently this module depends on libevdev at compile time. #### Testing the changes - I tested the changes in this PR: **YES** - Waybar will spam a bunch of errors if `keyboard-state` is enabled and the current user is not part of the `input` group. Once the user is added to the group, the errors disappear and the indicators work as expected. #### Local build testing - I built this PR locally for my native architecture, x86_64-glibc A patch file from https://github.com/void-linux/void-packages/pull/43048.patch is attached