Remove macOS menu bar hiding from aerospace SketchyBar config

This commit is contained in:
2025-12-04 10:51:12 -08:00
parent ade60ba5ec
commit 585f9ef5c7

View File

@@ -169,15 +169,6 @@ in
"Redo" = "@$z"; # Cmd+Shift+Z "Redo" = "@$z"; # Cmd+Shift+Z
}; };
}) })
# Hide macOS menu bar when SketchyBar is enabled
# Note: Requires logout/login to take effect
(mkIf cfg.sketchybar.enable {
NSGlobalDomain = {
_HIHideMenuBar = true;
AppleMenuBarVisibleInFullscreen = false;
};
})
]; ];
# Install aerospace package and optional tools if enabled # Install aerospace package and optional tools if enabled