10

enter image description here

In the top bar of the window day and time are shown, but not date. Is it possible to show the date also by changing the setting?

alhelal
  • 2,621

1 Answers1

20

I've found 2 ways to do this.

  1. from the command line

    dconf write /org/gnome/desktop/interface/clock-show-date 'true'
    

or

  1. Install gnome-tweaks and in it there is a setting to show the day/date along with the time in the top bar. To install, do:

    sudo apt install gnome-tweak-tool
    

After the install, when you run tweaks, you will see on the far left column "Top Bar". Click on that and you'll see the options on the rigth. Turn the one "ON" under clock where it says "Date".

pomsky
  • 68,507
rkeaing
  • 1,584