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?
Asked
Active
Viewed 1.0k times
10
-
yes, with gnome-tweaks – swingcake May 25 '18 at 16:24
1 Answers
20
I've found 2 ways to do this.
from the command line
dconf write /org/gnome/desktop/interface/clock-show-date 'true'
or
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".
-
-
5Wow, this should really be an option without having to install a tweak tool. – EoghanM Jul 23 '18 at 09:13
-
I've updated my original answer listing two ways of doing this. One without a tweak and one with. – rkeaing Jul 24 '18 at 00:21
-
1
-