Skip to content

Gnome-Shell extension that allows to adjust clock format on the gnome-shell panel.

License

Notifications You must be signed in to change notification settings

bobi32/format-clock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Format Clock

This Gnome Shell extension allows to modify clock format on the top panel and date format in calendar menu.

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).

Installation

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

##Warning Not compatible with gnome-shell >= 3.14! Adding compatibility may be somewhat tricky and for now I don't have enough time for that. Patches welcome :-)

Seconds not ticking

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.

License

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/.

Author

Eternal Sorrow (sergamena at inbox dot ru)

Contains code from gnome-shell-extensions by Giobanni Campagna

About

Gnome-Shell extension that allows to adjust clock format on the gnome-shell panel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.5%
  • Makefile 7.9%
  • M4 5.8%
  • Shell 0.8%