From 04d867b1499974de007ccbb7e33c238671e0347f Mon Sep 17 00:00:00 2001 From: Belal Date: Wed, 3 Sep 2025 12:56:50 +0300 Subject: bar/statusicons: add lock keys indicator (#514) * [StatusIcons] Add caps lock indicator * Seprate CapsLock icon * Use material icon * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> --- 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 f197e20..297c2ba 100644 --- a/modules/bar/popouts/Content.qml +++ b/modules/bar/popouts/Content.qml @@ -58,6 +58,11 @@ Item { source: "KbLayout.qml" } + Popout { + name: "lockstatus" + source: "LockStatus.qml" + } + Repeater { model: ScriptModel { values: [...SystemTray.items.values] -- cgit v1.2.3-freya