4

I want to show date in top bar using gnome-tweak-tool. I get the GUI solution How to show date in top bar of deskop in ubuntu 18.04 LTS?

enter image description here

I want to get the CLI solution so that I can add this in my post OS installation script.

This question may be helpful to answer this question. How can I script the settings made by gnome-tweak-tool?

pomsky
  • 70,557
alhelal
  • 2,741

1 Answers1

4

Open Terminal and run

gsettings set org.gnome.desktop.interface clock-show-date true

to enable the option to show date in top bar.

pomsky
  • 70,557