PINE64
Header bar date/time vs time-only option - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: Header bar date/time vs time-only option (/showthread.php?tid=15755)



Header bar date/time vs time-only option - Korac - 01-14-2022

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!


RE: Header bar date/time vs time-only option - kqlnut - 01-14-2022

(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



RE: Header bar date/time vs time-only option - Korac - 01-17-2022

Splendid! Thank you for passing that along!