5

Here is the instruction to hide the clock from the menu bar.

https://ccm.net/faq/35096-ubuntu-hide-the-clock-from-the-menu-bar

Click on the Settings menu > System Settings.
Go to System > Time & Date
Click on the Clock tab
Uncheck Show a clock in the menu bar.

enter image description here

I wasn't sure which version of Ubuntu this article written for. But it was not for Ubuntu 20.04 as there is no option to uncheck Show a clock in the menu bar as shown in the screenshot/article above.

I just want to have top menu bar without the clock in the middle. That's it. Thanks

1 Answers1

4

I am also working on ubuntu 20.04.

Please install gnome-tweaks: sudo apt install gnome-tweaks gnome-tweak-tool. After that open the application gnome-tweaks and choose top bar from the left list, then you can customize your head bar.

This gives you opportunity to customize your date and weekday, but if you wants to remove the clock totally you would need to install further extensions, see if https://extensions.gnome.org/extension/1110/hide-clock/ helps.

Simon
  • 449