1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-11 07:52:50 -05:00

added keyboard layout widget (niri only)

This commit is contained in:
asaadmohammed74
2025-08-29 23:34:33 +03:00
parent 61a3dc4033
commit 1030f4ba75
5 changed files with 111 additions and 0 deletions

View File

@@ -140,6 +140,11 @@ Item {
"icon": "network_check",
"warning": !DgopService.dgopAvailable ? "Requires 'dgop' tool" : undefined,
"enabled": DgopService.dgopAvailable
}, {
"id": "keyboard_layout_name",
"text": "Keyboard Layout Name",
"description": "Displays the active keyboard layout and allows switching",
"icon": "keyboard",
}]
property var defaultLeftWidgets: [{
"id": "launcherButton",