From a3ca244c15056377ec33a3180ff9db881fe77c35 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 27 Jul 2025 22:59:45 +1000 Subject: bar: add kb layout status icon Closes #280 --- config/BarConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 3f9f94d..498b2f5 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -22,6 +22,7 @@ JsonObject { component Status: JsonObject { property bool showAudio: false + property bool showKbLayout: false property bool showNetwork: true property bool showBluetooth: true property bool showBattery: true -- cgit v1.2.3-freya