mirror of
https://github.com/labi-le/hyrp-kbd-layout.git
synced 2026-08-22 11:03:55 +03:00
keyboard layout plugin waybar
- Go 60.3%
- Makefile 39.7%
| .github | ||
| .gitignore | ||
| .goreleaser.yaml | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| Makefile | ||
| README.md | ||
hypr-kbd-layout
Plugin for waybar to display the current keyboard layout.
Installation
Prebuild binaries can be found at https://github.com/labi-le/hyrp-kbd-layout/releases/
sudo cp hypr-kbd-layout /usr/bin/
Compile manually
sudo make install
Configuration
add the following to your waybar config:
"custom/keyboard-layout": {
"return-type": "json",
"exec": "hypr-kbd-layout",
"format": "{}"
},