From d735f638ec7634f1a063fce051a34f1c553929a9 Mon Sep 17 00:00:00 2001 From: Memoraike Date: Fri, 17 Jan 2025 16:52:16 +0000 Subject: [PATCH] assets: add label configuration for keyboard layout switching --- assets/example.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/assets/example.conf b/assets/example.conf index ea1a9f2..6129920 100644 --- a/assets/example.conf +++ b/assets/example.conf @@ -16,3 +16,14 @@ input-field { background { color = rgb(23, 39, 41) } + +label { + monitor = + text = $LAYOUT[en,ru] + font_size = 24 + onclick = hyprctl switchxkblayout all next + + position = 250, 0 + halign = center + valign = center +} \ No newline at end of file