Skip to content

Commit 7c6a926

Browse files
authored
Create tray.md
1 parent 192fc35 commit 7c6a926

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/content/docs/macos/tray.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Tray in macOS
3+
description: Useful apps, settings, and quality of life
4+
---
5+
6+
## Tray items spacing
7+
8+
Reduce spacing between icons / items in tray:
9+
10+
```
11+
defaults -currentHost write -globalDomain NSStatusItemSpacing -int 8
12+
```
13+
14+
Here is how the setting of `8` looks like:
15+
16+
TBD
17+
18+
:::note
19+
Requires a logout or a restart to take effect
20+
:::

0 commit comments

Comments
 (0)