When you’re a Mac person, you’ve got most likely observed the opaque menu bar on the high of your display. Whereas this may be useful for some customers, others might discover it distracting or cluttered. Happily, there is a solution to make the menu bar clear, giving your Mac a cleaner and extra fashionable look. On this article, we’ll present you how you can do exactly that.
To begin, open the Terminal app in your Mac. You’ll find it within the Purposes folder or by trying to find it utilizing Highlight. As soon as the Terminal is open, sort the next command and press Enter:
“`
defaults write com.apple.universalaccess reduceTransparency -bool true
“`
This command will change the transparency setting for the menu bar. Nonetheless, it will not take impact till you restart your Mac. So, go forward and click on on the Apple menu and choose “Restart” from the checklist of choices. As soon as your Mac has restarted, you may discover that the menu bar is now clear. Now you can see by means of it to the desktop beneath.
Allow Transparency in System Preferences
Overview
The menu bar on the high of your Mac’s display could be personalized to be both opaque or clear. By default, the menu bar is opaque, which means that it has a strong shade. Nonetheless, you possibly can change the opacity of the menu bar to make it clear, in an effort to see the desktop wallpaper behind it. This may give your Mac a extra fashionable and minimalist look.
Steps
-
Allow Transparency in System Preferences
- Click on on the Apple menu and choose “System Preferences”.
- Click on on the “Common” icon.
- Examine the field subsequent to “Use darkish menu bar and Dock”.
- Click on on the “Dock & Menu Bar” tab.
- Drag the “Transparency” slider all the way in which to the correct.
- Shut the System Preferences window.
-
Open Terminal by urgent Command+Area and typing “Terminal”.
-
Copy and paste the next command into Terminal and press Enter:
plutil -convert xml1 ~/Library/Preferences/com.apple.dock.plist
-
It will convert the plist file to an XML format which you could edit. Find the next line within the XML file and alter “false” to “true”:
Edit the next line within the XML file: Earlier than After <key>autohide</key> <false>/false>
<key>autohide</key> <true>/true>
-
Save the XML file and give up TextEdit.
-
Copy and paste the next command into Terminal and press Enter:
plutil -convert binary1 ~/Library/Preferences/com.apple.dock.plist
-
It will convert the XML file again to its unique binary format.
-
Restart your Mac to use the modifications.
- Open the Purposes folder.
- Discover the icon for the app you wish to customise.
- Proper-click on the icon and choose “Get Data”.
- Click on on the icon within the high left nook of the Get Data window.
- Click on on the “Edit” menu and choose “Paste”.
- The icon will now be up to date together with your customized icon.
Alternatively, here’s a desk with extra element on the steps to use a customized dock icon:
Step Description 1 Open the Purposes folder. 2 Discover the icon for the app you wish to customise. 3 Proper-click on the icon and choose “Get Data”. 4 Click on on the preview icon within the high left nook of the Get Data window. 5 Click on on the “Edit” menu and choose “Paste”. 6 Shut the Get Data window. Conceal the Menu Bar in Full-Display Mode
Within the Full-Display Mode, the menu bar could be mechanically hidden to present you extra display actual property when viewing movies, shows, or another fullscreen content material. This is how you can allow this function:
- Enter Full-Display Mode by clicking the inexperienced button on the highest left of any window.
- Transfer the cursor to the highest fringe of the display.
- The menu bar will seem briefly.
- As soon as the menu bar is seen, click on and maintain on an empty area.
- Drag the menu bar down barely.
- Launch the mouse button if you see a grey line separating the highest fringe of the display and the menu bar. This means that the “Auto-hide menu bar in full display” choice is enabled.
To exit Full-Display Mode, transfer the cursor to the highest fringe of the display and click on on the menu bar that seems briefly.
Step Motion 1 Enter Full-Display Mode. 2 Transfer the cursor to the highest fringe of the display. 3 Click on and maintain on an empty area on the menu bar. 4 Drag the menu bar down barely. 5 Launch the mouse button if you see a grey line. 6 Exit Full-Display Mode from the menu bar. Alter the Dock’s Magnification
The Dock’s magnification refers back to the dimension of the icons it shows. By default, the magnification is ready to “Automated,” which implies macOS will regulate the scale primarily based on the decision of your show. Nonetheless, you possibly can manually regulate the magnification to make the icons bigger or smaller to your choice.
To regulate the Dock’s magnification, comply with these steps:
1. Open System Preferences
Click on on the Apple menu within the top-left nook of your display and choose “System Preferences.”
2. Click on on the “Dock & Menu Bar” Icon
Within the System Preferences window, click on on the icon labeled “Dock & Menu Bar.”
3. Alter the “Magnification” Slider
Underneath the “Look” tab, you will note a slider labeled “Magnification.” Drag the slider to the left to make the icons smaller or to the correct to make them bigger.
4. Click on the “Apply” Button
After you have adjusted the magnification to your liking, click on the “Apply” button to avoid wasting your modifications.
5. Customise the Dock’s Measurement Optionally
In order for you the dock to be greater or smaller, you possibly can regulate the scale setting underneath the “Measurement” tab.
6. Alter Animation Results
You can too customise the dock’s animation results, such because the magnification animation if you hover over the dock or the slide-in/out animations if you open/shut apps, underneath the “Decrease and Zoom Results” part.
7. High-quality-Tune Dock Settings
Moreover, you possibly can fine-tune varied dock settings just like the place on the display, click on habits, and visibility of current apps underneath the “Different Choices” part. By taking part in round with these settings, you may make the dock behave precisely the way you need it to.
Disable Dock Shadows
The Dock’s default shadow impact can create a cluttered look, particularly when the menu bar is translucent. This is how you can disable the shadows and streamline your desktop expertise:
- Open System Preferences from the Apple menu.
- Click on on “Dock and Menu Bar” within the System Preferences window.
- Uncheck the “Present Shadow Beneath Dock” checkbox.
- The Dock’s shadow will now be disabled, revealing a cleaner and extra fashionable interface.
Further Suggestions for a Clear Menu Bar
Alongside disabling Dock shadows, listed below are some extra tricks to additional improve the readability of your menu bar:
- Use a light-colored wallpaper: A light-weight-colored wallpaper may also help the menu bar mix in seamlessly, making it much less noticeable.
- Conceal the menu bar when not in use: You need to use an app like Bartender to mechanically cover the menu bar if you’re not utilizing it, making a extra immersive expertise.
- Cut back the variety of menu bar gadgets: Take away pointless gadgets from the menu bar through the use of the “Customise Menu Bar” choice in System Preferences. It will assist declutter the bar and make it simpler to seek out what you want.
By following the following tips, you possibly can create a clear and clear menu bar that enhances your desktop and enhances your total Mac expertise.
Further Suggestions Description Use a light-colored wallpaper Makes the menu bar much less noticeable Conceal the menu bar when not in use Creates a extra immersive expertise Cut back the variety of menu bar gadgets Declutters the bar and makes it simpler to seek out what you want Replicate the Impact with a Clear Dock
For an much more streamlined look, you possibly can mix the clear menu bar with a transparent Dock. This is how:
- Open Terminal (Purposes > Utilities > Terminal).
- Enter the next command:
defaults write com.apple.dock hide-mirror -bool true; killall Dock
- Hit Enter.
It will make the Dock clear. To revive the opaque Dock, enter the next command in Terminal:
-
defaults delete com.apple.dock hide-mirror; killall Dock
Moreover, you possibly can customise the Dock’s look additional by altering its dimension, place, and magnification.
Alter Dock Measurement and Place
To regulate the Dock’s dimension and place:
- Proper-click on the Dock and choose “Place.”
- Select “Left,” “Proper,” or “Backside” for the Dock’s place.
- Drag the slider to regulate the scale of the Dock.
Amplify Dock Contents
To make the Dock contents simpler to see, you possibly can allow magnification:
- Proper-click on the Dock and choose “View.”
- Examine the “Magnification” field.
Function Choice Dock Place Left, Proper, Backside Dock Measurement Adjustable Slider Dock Magnification On/Off Toggle Change to a Totally different Menu Bar Type
When you’re not a fan of the translucent menu bar, you possibly can change to a special fashion. To do that:
- Click on on the Apple menu within the top-left nook of the display.
- Choose “System Preferences.”
- Click on on “Common.”
- Within the “Look” part, choose the specified menu bar fashion from the drop-down menu.
- You’ll be able to select between the next types:
Translucent:
The menu bar will likely be translucent, permitting you to see the background behind it.
Stable:
The menu bar will likely be a strong shade, and also you won’t be able to see the background behind it.
Tinted:
The menu bar will likely be a tinted model of the background shade. This may also help to make the menu bar extra seen towards sure backgrounds.
Automated:
The menu bar will mechanically change between the translucent and strong types, relying on the background shade.
After you have chosen the specified menu bar fashion, click on on the “Shut” button to avoid wasting your modifications.
Menu Bar Type Description Translucent The menu bar will likely be translucent, permitting you to see the background behind it. Stable The menu bar will likely be a strong shade, and also you won’t be able to see the background behind it. Tinted The menu bar will likely be a tinted model of the background shade. This may also help to make the menu bar extra seen towards sure backgrounds. Automated The menu bar will mechanically change between the translucent and strong types, relying on the background shade. Easy methods to Make the Prime Menu Bar Clear on Mac
The highest menu bar in your Mac could be personalized to make it extra clear. This may also help to present your Mac a extra fashionable feel and appear. This is how you can do it:
- Open the System Preferences software.
- Click on on the “Common” icon.
- Within the “Look” part, choose the “Darkish” or “Mild” look.
- Uncheck the “Present translucent menu bar” field.
Your high menu bar will now be clear. You can too regulate the transparency of the menu bar by dragging the “Transparency” slider within the “Common” part of the System Preferences software.
Folks Additionally Ask
How do I alter the colour of the highest menu bar on Mac?
You’ll be able to change the colour of the highest menu bar on Mac by following these steps:
- Open the System Preferences software.
- Click on on the “Common” icon.
- Within the “Look” part, choose the “Darkish” or “Mild” look.
- Click on on the “Accent Coloration” button.
- Choose the colour you wish to use for the highest menu bar.
How do I make the highest menu bar on Mac smaller?
You can also make the highest menu bar on Mac smaller by following these steps:
- Open the System Preferences software.
- Click on on the “Dock & Menu Bar” icon.
- Within the “Menu Bar” part, drag the “Measurement” slider to the left.
Earlier than | After |
---|---|
![]() |
![]() |
Further Suggestions
If you wish to make the menu bar much more clear, you need to use a third-party software comparable to MenuBarX. This software means that you can customise the looks of the menu bar, together with making it extra clear.
Use a Third-Occasion App
When you’re not happy with the built-in choices in your Mac, you possibly can flip to third-party apps to realize the clear menu bar look. These apps supply a spread of customization choices, permitting you to tweak the transparency degree, add shade gradients, and even set totally different ranges of transparency for various components of the menu bar.
Really useful Apps
Listed here are some beneficial third-party apps for making a clear menu bar on Mac:
App | Options |
---|---|
Bartender 4 | Superior menu bar administration with customizable transparency choices. |
Blurry Bar | Easy app that provides a refined blur impact to the menu bar, reaching a semi-transparent look. |
iStat Menus | System monitoring app with an choice to allow a clear menu bar. |
To make use of any of those apps, merely obtain and set up the app from the App Retailer or the developer’s web site. Observe the directions offered by the app to activate the clear menu bar function. Some apps might require a paid subscription to unlock all options, comparable to superior customization choices.
Edit the Dock’s plist File
This methodology requires modifying a hidden file referred to as the “plist” file, which shops the Dock’s settings. It is extra superior than the earlier methodology and must be finished with warning.
Terminal Instructions to Set Transparency
1. Getting Began
To set menu bar transparency, open Terminal by trying to find it in Highlight (the magnifying glass icon within the top-right nook of your Mac’s menu bar). As soon as Terminal is open, sort the next command:
defaults write -g AppleEnableMenuBarTransparency -bool true
2. Killing the Dock
Subsequent, you could kill the Dock in order that the modifications can take impact. Run the next command in Terminal:
killall Dock
3. Restarting the Dock
As soon as the Dock has been killed, restart it by working this command:
open -a Dock
4. Setting the Transparency Degree
The command in Step 1 units the menu bar transparency to ON, however you can too set the precise transparency degree. Use the next command, changing [transparency_level]
with a price between 0.0 (totally clear) and 1.0 (totally opaque):
defaults write com.apple.dock menubar-translucency -float [transparency_level]
Transparency Degree | Impact |
---|---|
0.0 | Totally clear |
0.5 | 50% transparency |
1.0 | Totally opaque |
Observe: When you encounter any points, strive logging out and again into your Mac or restarting your pc.
Apply a Customized Dock Icon
To make your customized icon seem within the Dock, you may must create a .icns file. This can be a particular sort of picture file that Macs use for icons. You’ll be able to create an .icns file utilizing a wide range of on-line instruments or picture modifying software program on the web. Crucial factor is to guarantee that the picture is in a 512×512 pixel sq. with a clear background. After you have created your .icns file, you possibly can then comply with these steps to use it to the Dock: