this repo has no description
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adjust padding for status items on macOS

Signed-off-by: Adam Hellberg <sharparam@sharparam.com>
Change-Id: I10ccd03d88d1b5e9e8fe8bcd60f3ee746a6a6964

sharparam.com fb2b85aa 2eddc7af

verified
+2
+2
modules/base/darwin/interface.nix
··· 12 12 AppleShowAllExtensions = true; 13 13 AppleShowAllFiles = true; 14 14 AppleShowScrollBars = "Automatic"; 15 + NSStatusItemSelectionPadding = 2; 16 + NSStatusItemSpacing = 2; 15 17 NSWindowShouldDragOnGesture = true; 16 18 }; 17 19