I want the top panel of Ubuntu 18.04 to show the date, DOW and time.
I tried following this link ubuntuhandbook but now all I get is a long unintelligible string of letters and numbers.
Anybody have any experience with this?
I want the top panel of Ubuntu 18.04 to show the date, DOW and time.
I tried following this link ubuntuhandbook but now all I get is a long unintelligible string of letters and numbers.
Anybody have any experience with this?
Once you installed the gnome-shell extension clock-override
Open the extension preferences and change the values as shown below..
When you click the link "What do all these %x codes mean?" at the bottom right side of Extension preferences dialogue..
this link GNOME Developer site opens, from which you can understand and adjust the format/formats according to your wish..
%F: equivalent to %Y-%m-%d (the ISO 8601 date format)
%A: the full weekday name according to the current locale
%T: the time in 24-hour notation with seconds (%H:%M:%S)
Another Customization example:
date
command, but not all (e.g.%;cf
) Would you have an idea of the correct page? – Paddy Landau Sep 20 '21 at 10:47date
command, but doesn't include the other items (e.g.%;cf
). I've submitted a request to the developer to update the link. – Paddy Landau Sep 21 '21 at 06:37