mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
WorkspaceSettings: add background color options & option to hide badge (#1550)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user