macOS Sierraでいう「メニューバーとDockだけ暗くする」をmacOS Mojaveでも実現したい.
ライトモードの状態で,
defaults write -g NSRequiresAquaSystemAppearance -bool Yes
再ログインで完了.
戻すときは,
defaults delete -g NSRequiresAquaSystemAppearance
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
macOS Sierraでいう「メニューバーとDockだけ暗くする」をmacOS Mojaveでも実現したい.
ライトモードの状態で,
defaults write -g NSRequiresAquaSystemAppearance -bool Yes
再ログインで完了.
戻すときは,
defaults delete -g NSRequiresAquaSystemAppearance
Register as a new user and use Qiita more conveniently
Go to list of users who liked