Hello!
Here is a really small preset but it is super useful. When you double tap the Menu Bar, it toggles the Menu Bar's visibility.
You can copy the following text and paste it in Automations & Named & Other Triggers
[
{
"BTTLastUpdatedAt" : 1693879361.737792,
"BTTTriggerType" : 613,
"BTTTriggerTypeDescription" : "Doubleclick Main Menubar",
"BTTTriggerClass" : "BTTTriggerTypeOtherTriggers",
"BTTPredefinedActionType" : 195,
"BTTPredefinedActionName" : "Run Apple Script (async in background)",
"BTTGenericActionConfig" : "# https:\/\/jessicadeen.com\/posts\/2020\/show-hide-menubar-big-sur\/\ntell application \"System Events\"\n tell dock preferences to set autohide menu bar to not autohide menu bar\nend tell",
"BTTInlineAppleScript" : "# https:\/\/jessicadeen.com\/posts\/2020\/show-hide-menubar-big-sur\/\ntell application \"System Events\"\n tell dock preferences to set autohide menu bar to not autohide menu bar\nend tell",
"BTTUUID" : "BB8C2048-419F-42D4-B09A-A61CF6044C11",
"BTTEnabled" : 1,
"BTTEnabled2" : 1,
"BTTOrder" : 15,
"BTTGestureNotes" : "Doubleclick Main Menubar"
}
]
Or you can import the preset here:
DoubleTapMenuBarToggleVisibility_v1.bttpreset (1.8 KB)
If you enjoy this preset or any of my others - please consider donating: PayPal.Me
And always - thanks for checking out my preset!
-Josh
Change Log:
v1 DoubleTapMenuBarToggleVisibility_v1.bttpreset (1.8 KB)
- Initial Build