Is it possible to show the seconds on the clock in GNOME 3?
5 Answers
Not sure when this path changed, but as of Ubuntu 13.04 the seconds display can be set in the terminal with:
gsettings set org.gnome.desktop.interface clock-show-seconds trueTo turn seconds display off:
gsettings set org.gnome.desktop.interface clock-show-seconds falseand checked with:
gsettings get org.gnome.desktop.interface clock-show-seconds 7 GUI way:
- launch gnome-tweak-tool, sometimes called Advanced Settings
- click the Top Bar menu
- enable Show seconds
The most user-friendly way to do this, (on 20.04 LTS) seems to be:
sudo apt install gnome-tweak-tooland then launch "Tweaks" either by searching for it in Applications menu or launching gnome-tweaks from terminal.
From there you'll see something like this:
2Yes, run this command in a Terminal:
gsettings set org.gnome.shell.clock show-seconds trueAnd you can verify with:
gsettings get org.gnome.shell.clock show-secondsOr you can install dconf-tools and use
dconf-editor to browse to org.gnome.shell.clock
For MATE Desktop (the continuation and fork of GNOME 2 with GTK+ 3 support), you can achieve this using the graphical user interface (GUI)!
Drink beer and Vote me up, cause it rocks!