WorkspaceSettings: add background color options & option to hide badge (#1550)

This commit is contained in:
Lysec
2026-01-26 16:54:08 +01:00
parent d595ed4cf7
commit b4f9c9a3a1
20 changed files with 512 additions and 31 deletions
+5 -1
View File
@@ -249,7 +249,11 @@ Singleton {
"unfocusedIconsOpacity": 1.0,
"groupedBorderOpacity": 1.0,
"enableScrollWheel": true,
"iconScale": 0.8
"iconScale": 0.8,
"focusedColor": "primary",
"occupiedColor": "secondary",
"emptyColor": "secondary",
"showBadge": true
},
"Volume": {
"displayMode": "onhover",