Dock: make border radius configurable

This commit is contained in:
Adam Laughlin
2025-11-21 07:45:37 -05:00
parent 088431b20d
commit d9e0f2fc10
4 changed files with 25 additions and 1 deletions
+1
View File
@@ -385,6 +385,7 @@ Singleton {
property bool enabled: true
property string displayMode: "always_visible" // "always_visible", "auto_hide", "exclusive"
property real backgroundOpacity: 1.0
property real radiusRatio: 0.1
property real floatingRatio: 1.0
property real size: 1
property bool onlySameOutput: true