From d68fd88f5d89be02b4699e91186540d9b88f6c3f Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Tue, 20 Sep 2022 15:36:32 +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 76e1a45..c82969b 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -165,6 +165,7 @@ if [[ " $@ " =~ "mosyless" ]]; then APPPA="/Applications" DOCKPOS=2 fi + # SYSTEM PREFERENCES if [[ " $@ " =~ "systempreferences" ]]; then APPNA="System Preferences" @@ -172,6 +173,12 @@ if [[ " $@ " =~ "systempreferences" ]]; then DOCKPOS=end fi +# LAUNCHPAD +if [[ " $@ " =~ "launchpad" ]]; then + APPNA="Launchpad" + APPPA="/Applications" + DOCKPOS=1 +fi # ******************************************************************************************************************************** # EXECUTE TASK