Gnome-Shell extension that allows to adjust clock format on the gnome-shell panel, date format in calendar menu and date format on the lock screen.
This extension is based on [Change clock format] (https://extensions.gnome.org/extension/617/fixclock/) extension, written by [silvioricardoc] (https://extensions.gnome.org/accounts/profile/silvioricardoc).
git clone https://github.com/eternal-sorrow/format-clock.git
cd format-clock
./autogen.sh
make
make install
If you want to uninstall the extension, type:
# From the root of the project directory
make uninstall
Currently setting of date format on the lock screen does not work. If I do not find the way to make this work in gnome-shell 3.12, this feature will be removed completely.
If you have always :00 seconds in the clock, you should enable the "clock-show-seconds" property in Top Panel tab in the gnome-tweak-tool or at the path org.gnome.desktop.interface in dconf-editor.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Eternal Sorrow (sergamena at mail dot ru)
Contains code from gnome-shell-extensions by Giobanni Campagna