dock: add opacity slider as requested in #222

This commit is contained in:
Ly-sec 2025-09-05 22:36:04 +02:00
parent a3aba8d0db
commit 60950fb461
3 changed files with 43 additions and 1 deletions

View file

@ -284,6 +284,7 @@ Singleton {
property JsonObject dock: JsonObject {
property bool autoHide: false
property bool exclusive: false
property real backgroundOpacity: 1.0
property list<string> monitors: []
}