Run ./install.sh
to install them.
Workaround for app icons hiding under the notch
defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 8
defaults -currentHost write -globalDomain NSStatusItemSpacing -int 8
defaults write com.apple.dock autohide-delay -int 0
defaults write com.apple.dock autohide-time-modifier -float 0.4
killall Dock
for i in $(seq 1 10); do time bash -i -c exit; done