From c07780026adf17000ba748262f4032937edd9455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Thu, 8 May 2025 18:31:48 +0200 Subject: [PATCH] waybar: add prompts for my keyboard layouts --- .config/waybar/modules/hyprland-language.jsonc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/waybar/modules/hyprland-language.jsonc b/.config/waybar/modules/hyprland-language.jsonc index dc0a3974..82bcee0b 100644 --- a/.config/waybar/modules/hyprland-language.jsonc +++ b/.config/waybar/modules/hyprland-language.jsonc @@ -2,7 +2,9 @@ "hyprland/language": { "format": "{}", "format-en": " US", - "format-es": " ES", + // "format-ser-latinyz": " RS (Lat)", + // "format-ser-yz": " RS (Cyr)", + "format-de-qwerty": " DE (QWERTY)", "on-click": "hyprctl switchxkblayout at-translated-set-2-keyboard next", }, }