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
@@ -546,7 +546,10 @@ Singleton {
property double deadOpacity: 0.6
property real animationSpeed: 1.0 // Speed multiplier for hide/show animations (0.1 = slowest, 2.0 = fastest)
property bool sitOnFrame: false
property bool showDockIndicator: true
property bool showDockIndicator: false
property int indicatorThickness: 3
property string indicatorColor: "primary"
property real indicatorOpacity: 0.6
}
// network