From d7e535487f75a36ad45cd135b69ec0826121acfb Mon Sep 17 00:00:00 2001 From: jimbo2k2 <42574264+jimbo2k2@users.noreply.github.com> Date: Thu, 15 Sep 2022 20:28:10 +0100 Subject: [PATCH] Added System Preferences --- dockutil-labels.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dockutil-labels.sh b/dockutil-labels.sh index afd4d36..f2b3cd6 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -142,7 +142,12 @@ if [[ " $@ " =~ "mosyless" ]]; then APPPA="/Applications" DOCKPOS=2 fi - +# SYSTEM PREFERENCES +if [[ " $@ " =~ "systempreferences" ]]; then + APPNA="System Preferences" + APPPA="/Applications" + DOCKPOS=end +fi # ********************************************************************************************************************************