Update dockutil-labels.sh

This commit is contained in:
Michael
2022-09-20 15:36:32 +01:00
committed by GitHub
parent 53851b2e5f
commit d68fd88f5d

View File

@@ -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