An open API service indexing awesome lists of open source software.

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

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": "{}"
},
```