There's a closed pull request on the void-packages repository Waybar: add libevdev to fix keyboard-status module https://github.com/void-linux/void-packages/pull/43048 Description: 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