MEMiniMe
Information:
- Designed for 11.0+
- MEMiniMe is a MacForge Plugin that makes all window toolbars compact on Big Sur
- Author: MacEnhance
Functionality:
- Windows that use system drawn toolbar will be set to use
NSWindowToolbarStyleUnifiedCompact
- Note that this doesn't effect custom drawn titlebars / toolbars
Blacklisting:
- To add an app the blacklist
- Find the bundle ID of the application you want to blacklist. EG:
com.googlecode.iterm2
- Open
/System/Applications/Utilities/Terminal.app
- Enter the command
defaults write com.googlecode.iterm2 MEMiniMeBlacklist -bool true
- Restart the application
- To remove an app, replace
true
withfalse
License:
Pretty much the BSD license, just don't repackage it and call it your own please!
Also if you do make some changes, feel free to make a pull request and help make things more awesome!