28

When windows are not maximized, the top panel is basically wasted space for me in Unity.

Is there a way to make it autohide? i.e. make it appear on mouse over.

Jorge Castro
  • 73,717
Mike L
  • 351

2 Answers2

20

You can't currently autohide the panel in Unity. It is also not a planned feature.

There are ways you could possibly make the panel autohide:

  • Post an idea on Ubuntu Brainstorm to add this option and hope a developer sees it and implements it or creates a for with this feature.
  • Report a bug on Launchpad stating that this option should be available and hope a developer sees it and implements it or creates a for with this feature. This will probably get marked as opinion or invalid or at best a wishlist bug.
  • Get the code and add this option then merge with trunk or create your own fork.

None of these are immediate or even likely.

dv3500ea
  • 37,734
1

You can make it transparent. With ComprizConfig Settings Manager installed and the Unity plugin enabled you can change the panel's opacity to zero under the Experimental tab. With a light background and light coloured text or a dark background and dark coloured the panel will almost disappear but the icons and menu links will still be there.