Skip to content

Commit

Permalink
Create tray.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alllex authored Jan 31, 2025
1 parent 192fc35 commit 7c6a926
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/content/docs/macos/tray.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Tray in macOS
description: Useful apps, settings, and quality of life
---

## Tray items spacing

Reduce spacing between icons / items in tray:

```
defaults -currentHost write -globalDomain NSStatusItemSpacing -int 8
```

Here is how the setting of `8` looks like:

TBD

:::note
Requires a logout or a restart to take effect
:::

0 comments on commit 7c6a926

Please sign in to comment.