Skip to content

labi-le/hyrp-kbd-layout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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