keyboard layout plugin waybar
  • Go 60.3%
  • Makefile 39.7%
Find a file
2026-08-07 16:22:36 +03:00
.github update releaser, goreleaser v2 config 2026-08-07 16:22:36 +03:00
.gitignore add goreleaser & doc 2023-10-19 13:17:56 +03:00
.goreleaser.yaml update releaser, goreleaser v2 config 2026-08-07 16:22:36 +03:00
go.mod Bump github.com/labi-le/hyprland-ipc-client/v3 from 3.1.0 to 3.1.1 2024-07-29 19:37:38 +00:00
go.sum Bump github.com/labi-le/hyprland-ipc-client/v3 from 3.1.0 to 3.1.1 2024-07-29 19:37:38 +00:00
main.go update deps 2024-05-14 14:52:56 +03:00
Makefile add DEFAULT_GOAL 2024-05-14 14:29:13 +03:00
README.md typo 2023-10-19 13:22:42 +03:00

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