TaskbarGrouped: add scroll support

TaskbarGroupoedSettings: add colorize, hide when unoccupied, name display settings
This commit is contained in:
Ly-sec
2025-11-13 21:00:12 +01:00
parent 80493adaed
commit aace0a8ada
4 changed files with 138 additions and 7 deletions
+5 -1
View File
@@ -162,7 +162,11 @@ Singleton {
"TaskbarGrouped": {
"allowUserSettings": true,
"showWorkspaceNumbers": true,
"showNumbersOnlyWhenOccupied": true
"showNumbersOnlyWhenOccupied": true,
"labelMode": "index",
"hideUnoccupied": false,
"characterCount": 2,
"colorizeIcons": false
},
"Tray": {
"allowUserSettings": true,