6 lines
121 B
QML
6 lines
121 B
QML
import qs.components
|
|
import qs.services
|
|
|
|
StyledText {
|
|
text: qsTr("Keyboard layout: %1").arg(Hyprland.kbLayoutFull)
|
|
}
|