I want to remove this terminal bar, Ubuntu 20.04

I am Using Ubuntu Desktop 20.04 and would like to remove the top bar that sits above the Terminal window:

Ubuntu Terminal

I tried to remove "Terminal bar" through settings, but didn't see anything that would allow it. I checked for Gnome Extensions, but there doesn't seem to be one that does what I want. I've also searched on websites and YouTube videos for a solution and found none.

How can I hide just the top bar on Terminal?

This bar:

Terminal Bar

Thanks in advance.

4

1 Answer

I found a solution on this site:

Copy this code from site and paste in ~/.config/gtk-3.0/gtk.css (open this with gedit or nano (I used gedit)).

After that save and you can close that windows (gedit) and I prefer you open new terminal. After you done that part, in shell (terminal) paste this code: gsettings set org.gnome.Terminal.Legacy.Settings headerbar "@mb false"

(this command is on that site too), after that do ALT + F2 and put latter "r" in command line, click ENTER. This fixed my problem. You just need to open new terminal and see if that worked.

^ If this doesnt work than open terminal and paste those commands: sudo apt install gnome-shell-extension-pixelsaver gnome-extensions enable gsettings set org.gnome.Terminal.Legacy.Settings headerbar false

-and after that go to ~/.config/gtk-3.0/gtk.css if code you paste that disapear copy it and paste it again. Again, run command line: gsettings set org.gnome.Terminal.Legacy.Settings headerbar "@mb false"

And after that do ALT+F2 and in command line put latter r and click ENTER. You just need to open new terminal and see if that worked.

I hope this helped some. Nice day to all of you guys! :)

Answer by: -epeu

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like