Skip to content

Latest commit

 

History

History
executable file
·
27 lines (20 loc) · 456 Bytes

README.md

File metadata and controls

executable file
·
27 lines (20 loc) · 456 Bytes

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