GNOME Extensions for time/date and autologin

Michael S Parker mparker at hpe.com
Wed Jan 27 21:14:45 UTC 2016


On Wed, Jan 27, 2016 at 03:37:11PM -0500, Alex wrote:
> Hi all,
> 
> Does anyone know of a GNOME extension (fedora23 desktop) to control
> the date/time in the top menubar thing to change it to 12-hr time
> instead of 24-hr? Is an extension even necessary for that, or am I
> missing some other ability to control that?

gsettings is probably what you want.  You can see what you have set
currently with:

    $ gsettings get org.gnome.desktop.interface clock-format

And, you can change it to 12-hr time with:

    $ gsettings set org.gnome.desktop.interface clock-format '12h'

Hope that helps.

Regards,
Mike


More information about the users mailing list