From 660f09959d90afa77b38f46cb7b818f007f99eae Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 19 Aug 2025 17:30:33 +1000 Subject: bar: add kblayout popout --- modules/bar/popouts/Content.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/bar/popouts/Content.qml') diff --git a/modules/bar/popouts/Content.qml b/modules/bar/popouts/Content.qml index 453611c..b8fcbc5 100644 --- a/modules/bar/popouts/Content.qml +++ b/modules/bar/popouts/Content.qml @@ -52,6 +52,11 @@ Item { } } + Popout { + name: "kblayout" + source: "KbLayout.qml" + } + Repeater { model: ScriptModel { values: [...SystemTray.items.values] -- cgit v1.2.3-freya