From 822b4d16f2f8235d40b17703cabb47478c3e80f5 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Tue, 27 Jun 2023 19:57:53 +0100 Subject: [PATCH] Update dockutil-labels.sh --- dockutil-labels.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dockutil-labels.sh b/dockutil-labels.sh index bbfb59a..62007ca 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -318,6 +318,13 @@ if [[ " $@ " =~ "systempreferences" ]]; then fi +# SYSTEM PREFERENCES +if [[ " $@ " =~ "systemsettings" ]]; then + APPNA="System Settings" + APPPA="/Applications" + +fi + # LAUNCHPAD if [[ " $@ " =~ "launchpad" ]]; then APPNA="Launchpad"