mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
feat: Add adjustable dock size setting
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -172,7 +172,8 @@
|
||||
"onlySameOutput": true,
|
||||
"monitors": [],
|
||||
"pinnedApps": [],
|
||||
"colorizeIcons": false
|
||||
"colorizeIcons": false,
|
||||
"size": 1
|
||||
},
|
||||
"network": {
|
||||
"wifiEnabled": true
|
||||
|
||||
Reference in New Issue
Block a user