How to Show Seconds on Clock in Ubuntu Linux

|

|

The article provides instructions on how to display seconds on the top menu bar clock in Ubuntu Linux, typically shown in military format. Users can accomplish this through the Terminal app or the Dconf Editor tool for low-level system configurations. The guide also explains how to reverse the changes.

This article explains the steps to display seconds on the clock on the Top menu bar on an Ubuntu Linux desktop.

Ubuntu Linux default displays the system time in a 24-hour or military time format on the top menu bar. Therefore, the only information on the top menu bar is the clock, which does not show seconds.

Not only can you display the clock, but you can also choose the day of the week on the top menu bar.

So, you can display the clock in military format, show the day of the week, and also show seconds with the clock on the top bar, and the steps below will show you.

Show seconds with the clock on the top menu bar on Ubuntu Linux

As described above, users can change the system clock format and display the day of the week on the top menu bar to get information quickly.

Here’s how to display seconds with the clock on the top menu bar.

First, open the Terminal app in Ubuntu Linux.

You can do that by pressing the Super key (or Windows key) to show the Overview screen. Then, use the search box to search for ‘Terminal. ‘

Select the Terminal app to launch.

Alternatively, press the keyboard shortcut (CTRL + ALT + T) on your keyboard to launch the Terminal app.

When the Terminal app opens, type the commands below to display the days of the week on the top menu bar.

gsettings set org.gnome.desktop.interface clock-show-seconds

Run the commands below to reverse and not show seconds with the clock.

gsettings reset org.gnome.desktop.interface clock-show-seconds

Show seconds with the clock on the top menu bar using the Dconf Editor

You can also use Dconf Editor to make typical system changes if you can’t use the command Terminal app.

If you are familiar with Windows, you know about Windows Registry Editor.

Ubuntu Linux doesn’t have a registry database to configure hidden system settings. Howerver, Ubuntu Linux uses the Dconf Editor tool to change low-level system configurations and settings.

You can call it a Ubuntu Linux Registry Editor because it provides similar functionality without a massive Windows system database.

To use Dconf Editor, you must first install it since it doesn’t come with Ubuntu Linux.

Read the post below to learn how to install software on Ubuntu Linux.

How to add or remove software on Ubuntu Linux

In the Ubuntu Software app, search for Dconf Editor to install.

After installing and launching the Dconf Editor app, navigate to the path below:

org -> gnome -> desktop -> interface -> clock-show-seconds

On the clock-show-seconds Dconf settings on the list, toggle the button to the On position to enable.

To disable it, toggle the button back to the Off position.

Once enabled, you should see the day of the week on the top bar, as highlighted below.

That should do it!

Conclusion:

This post showed you how to show or hide show clock seconds on the top menu bar on Ubuntu Linux. Please use the comment form below if you find any errors above or have something to add.

Like this:



Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.