1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

dankbar: add caps lock indicator widget

This commit is contained in:
bbedward
2025-11-13 22:41:33 -05:00
parent 91da720c26
commit 0490794d6c
6 changed files with 75 additions and 0 deletions

View File

@@ -155,6 +155,12 @@ Item {
"description": I18n.tr("Prevent screen timeout"),
"icon": "motion_sensor_active",
"enabled": true
}, {
"id": "capsLockIndicator",
"text": I18n.tr("Caps Lock Indicator"),
"description": I18n.tr("Shows when caps lock is active"),
"icon": "shift_lock",
"enabled": true
}, {
"id": "spacer",
"text": I18n.tr("Spacer"),