feat: Add adjustable dock size setting

This commit is contained in:
loner
2025-10-18 21:54:41 +08:00
parent 94f247eefc
commit e564ec2a7c
5 changed files with 27 additions and 3 deletions
+5 -1
View File
@@ -269,7 +269,11 @@
},
"floating-distance": {
"label": "Dock floating distance",
"description": "Adjust the floating distance from the screen edge."
"description": "Set the distance between the dock and the edge of the screen."
},
"icon-size": {
"label": "Dock size",
"description": "Adjust the overall size of the dock."
},
"colorize-icons": {
"label": "Colorize Icons",
+2 -1
View File
@@ -172,7 +172,8 @@
"onlySameOutput": true,
"monitors": [],
"pinnedApps": [],
"colorizeIcons": false
"colorizeIcons": false,
"size": 1
},
"network": {
"wifiEnabled": true