https://github.com/labi-le/hyrp-kbd-layout
keyboard layout plugin waybar
https://github.com/labi-le/hyrp-kbd-layout
hyprland hyprland-ipc keyboard-layout
Last synced: 12 days ago
JSON representation
keyboard layout plugin waybar
- Host: GitHub
- URL: https://github.com/labi-le/hyrp-kbd-layout
- Owner: labi-le
- Created: 2022-10-28T01:34:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T19:37:59.000Z (10 months ago)
- Last Synced: 2025-05-07T04:11:29.591Z (12 days ago)
- Topics: hyprland, hyprland-ipc, keyboard-layout
- Language: Go
- Homepage:
- Size: 1.97 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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/
```bash
sudo cp hypr-kbd-layout /usr/bin/
```#### Compile manually
```bash
sudo make install
```## Configuration
add the following to your waybar config:
```json
"custom/keyboard-layout": {
"return-type": "json",
"exec": "hypr-kbd-layout",
"format": "{}"
},
```