feat(dock): add custom icon selector for the dock launcher

This commit is contained in:
tibssy
2026-03-16 04:11:24 +00:00
parent a8bc826c0e
commit ead9a81916
5 changed files with 74 additions and 2 deletions
+2
View File
@@ -1143,6 +1143,8 @@
"appearance-launcher-position-start": "Start",
"appearance-launcher-use-distro-logo-description": "Use your distribution logo as the dock launcher icon.",
"appearance-launcher-use-distro-logo-label": "Use distro logo instead of icon",
"appearance-launcher-icon-description": "Choose the icon used for the dock launcher.",
"appearance-launcher-icon-label": "Launcher icon",
"appearance-pinned-static-description": "Always push pinned app icons to the left in static order.",
"appearance-pinned-static-label": "Static pinned apps",
"appearance-position-description": "Choose where the dock appears on screen.",
+1
View File
@@ -362,6 +362,7 @@
"showLauncherIcon": false,
"launcherPosition": "end",
"launcherUseDistroLogo": false,
"launcherIcon": "",
"launcherIconColor": "none",
"pinnedStatic": false,
"inactiveIndicators": false,