01-14-2022, 05:10 PM
(01-14-2022, 02:40 PM)You cKorac Wrote: Hi folks,
I noticed a picture on Twitter showing that Manjaro allows showing date and time instead of only time on the header bar in Phosh. Does anybody know what enables this? Is there an option that I'm missing in Mobian? Or a package missing in Mobian to enable this?
Thanks!
This can be easily changed through the PostmarketOS tweaks app which is also available on Manjaro, but not on Mobian I think. You can change the corresponding dconf settings though (e.g. through dconf-editor if you want a GUI) which can be found under org.gnome.desktop.interface (the relevant ones are clock-show-weekday, clock-show-date and clock-show-seconds).
To achieve what you want through the terminal use this command:
Code:
gsettings set org.gnome.desktop.interface clock-show-date true