feat(dock): add customization settings for indicator thickness, color, and opacity

This commit is contained in:
tibssy
2026-02-26 19:25:01 +00:00
parent 3d8277aea5
commit caa2464caf
6 changed files with 80 additions and 4 deletions
+4 -1
View File
@@ -345,7 +345,10 @@
"deadOpacity": 0.6,
"animationSpeed": 1,
"sitOnFrame": false,
"showDockIndicator": true
"showDockIndicator": false,
"indicatorThickness": 3,
"indicatorColor": "primary",
"indicatorOpacity": 0.6
},
"network": {
"wifiEnabled": true,