nosignal-shell/modules/bar/popouts/KbLayout.qml
2 * r + 2 * t d1e5f48446 internal: rename Hyprland -> Hypr
Prevent shadowing
Fixes window info not changing on switching to an empty workspace
2025-08-24 14:14:30 +10:00

6 lines
117 B
QML

import qs.components
import qs.services
StyledText {
text: qsTr("Keyboard layout: %1").arg(Hypr.kbLayoutFull)
}