On previous versions I had the date displayed. Now it just shows the current day but not the day's number or the month.
Is there a way to customize the clock or tray/taskbar more in GNOME shell on Ubuntu 17.10 and later?
On previous versions I had the date displayed. Now it just shows the current day but not the day's number or the month.
Is there a way to customize the clock or tray/taskbar more in GNOME shell on Ubuntu 17.10 and later?
You can get the date displayed in the top bar by using
gnome-tweaks
(wasgnome-tweak-tool
). First open up a terminal with ctrl+alt+t and install the tweak tool withAfter that you can start it from the application selector (there the name is just tweaks) and navigate inside the tweak tool to the tab for 'Top Bar' and activate Date and Seconds (see screen-shot).
Although this might be the easiest approach for the casual user there's another method which works. By issuing the following terminal command you can set the same:
By replacing
set
withget
you can ask the system to give you the actual settings. Example:For a more granular control, you may use the Clock override GNOME shell extension (reference: How do I install and manage GNOME Shell extensions?). With it, you can
It supports Python's
strftime
format.Extension homepage: https://github.com/stuartlangridge/gnome-shell-clock-override