From d1e5f484461e27133317c78b81347d05dc3a2760 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 24 Aug 2025 14:14:30 +1000 Subject: internal: rename Hyprland -> Hypr Prevent shadowing Fixes window info not changing on switching to an empty workspace --- modules/bar/popouts/KbLayout.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bar/popouts/KbLayout.qml') diff --git a/modules/bar/popouts/KbLayout.qml b/modules/bar/popouts/KbLayout.qml index ea7c490..8e5ae8d 100644 --- a/modules/bar/popouts/KbLayout.qml +++ b/modules/bar/popouts/KbLayout.qml @@ -2,5 +2,5 @@ import qs.components import qs.services StyledText { - text: qsTr("Keyboard layout: %1").arg(Hyprland.kbLayoutFull) + text: qsTr("Keyboard layout: %1").arg(Hypr.kbLayoutFull) } -- cgit v1.2.3-freya