Skip to content

Commit

Permalink
osx-set-defaults: Hide NowPlaying.
Browse files Browse the repository at this point in the history
  • Loading branch information
metakirby5 committed Jan 22, 2025
1 parent 9f8775d commit e5680da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osx/.local/bin/osx-set-defaults
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ DEFAULTS=(
com.apple.controlcenter 'NSStatusItem Visible Sound' -bool true"
["Hide Spotlight in status bar"]="\
com.apple.controlcenter 'NSStatusItem Visible Item-0' -bool false"
["Hide Now Playing in status bar"]="\
com.apple.controlcenter 'NSStatusItem Visible NowPlaying' -bool false"

# com.apple.dock
["Dock size 60"]="\
Expand Down

0 comments on commit e5680da

Please sign in to comment.