1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-29 16:02: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

@@ -95,6 +95,7 @@ Singleton {
property bool showNotificationButton: true
property bool showBattery: true
property bool showControlCenterButton: true
property bool showCapsLockIndicator: true
property bool controlCenterShowNetworkIcon: true
property bool controlCenterShowBluetoothIcon: true
@@ -775,6 +776,7 @@ rm -rf '${home}'/.cache/icon-cache '${home}'/.cache/thumbnails 2>/dev/null || tr
showNotificationButton = true
showBattery = true
showControlCenterButton = true
showCapsLockIndicator = true
saveSettings()
}