From 6ad21f7f490d5e6c7a0da1890268326746d6f03d Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Wed, 5 Feb 2025 11:03:45 -0500 Subject: [PATCH] set menu bar to autohide at the command line --- installer/sketchybar.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer/sketchybar.sh b/installer/sketchybar.sh index 9a04c603..29853cce 100755 --- a/installer/sketchybar.sh +++ b/installer/sketchybar.sh @@ -7,3 +7,5 @@ brew install sketchybar ln -s ~/dot-files/sketchybar ~/.config/ brew install --cask font-hack-nerd-font + +osascript -e 'tell application "System Events" to set autohide menu bar of dock preferences to true'