mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
feat(dock): add customization settings for indicator thickness, color, and opacity
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user