Reduce macOS menu bar icon spacing + Darwin CI validation#55
Merged
GregHilston merged 3 commits intomasterfrom Apr 3, 2026
Merged
Reduce macOS menu bar icon spacing + Darwin CI validation#55GregHilston merged 3 commits intomasterfrom
GregHilston merged 3 commits intomasterfrom
Conversation
Adds defaults commands to the post-activation script to tighten spacing between status bar icons, fitting ~2x more items. https://claude.ai/code/session_01FcG93XXYtzuALiFgAnLp4Y
Adds a validate-darwin job on macos-latest that dry-run builds the dungeon and moria Darwin configs, matching the existing NixOS validation pattern. https://claude.ai/code/session_01FcG93XXYtzuALiFgAnLp4Y
Skip the expensive macOS runner on pushes to master (already validated by the PR). Add magic-nix-cache-action to both jobs to cache the Nix store between runs, avoiding repeated downloads of flake inputs. https://claude.ai/code/session_01FcG93XXYtzuALiFgAnLp4Y
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
defaults -currentHost writecommands to the Darwin post-activation script to reduceNSStatusItemSpacingandNSStatusItemSelectionPaddingto 2, fitting ~2x more menu bar icons. Inspired by this HN comment. Runs on everyjust dr <host>and is idempotent.validate-darwinjob to the existing validation workflow that dry-run buildsdungeonandmoriaconfigs onmacos-latest, matching the existing NixOS validation pattern.Test plan
just dr dungeonandjust dr moria— verify the defaults commands execute without errorhttps://claude.ai/code/session_01FcG93XXYtzuALiFgAnLp4Y