quickshell: progress dump

This commit is contained in:
Bloxx12 2025-06-29 16:57:56 +02:00
commit 1eaf307047
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
5 changed files with 124 additions and 36 deletions

View file

@ -43,4 +43,8 @@ Singleton {
readonly property color mauve: "#cba6f7"
readonly property color flamingo: "#f2cdcd"
}
readonly property QtObject volumeslider: QtObject {
readonly property int width: 50
}
}