1)
2) You will see on the terminal:Code:$ gsettings list-keys org.gnome.shell.clock
3) Since the clock already shows the day of the week and the time, we're only interested in adding the date to the clock:Code:show-date show-seconds
Note that these commands will show errors if you run them as root.Code:$ gsettings set org.gnome.shell.clock show-date true
![]()