Skip to content

Commit

Permalink
prepare everything for first version
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoVIII committed Jun 20, 2018
1 parent e8fe178 commit 60ca246
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# Dozenal-Clock: GNOME-Shell-Extension
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![GitHub Release](https://img.shields.io/github/release/NicoVIII/Dozenal-Clock-GNOME-Shell-Extension.svg)]()
[![Github Pre-Release](https://img.shields.io/github/release/NicoVIII/Dozenal-Clock-GNOME-Shell-Extension/all.svg?label=prerelease)]()
[![Github Downloads](https://img.shields.io/github/downloads/NicoVIII/Dozenal-Clock-GNOME-Shell-Extension/total.svg)]()
[![CodeFactor](https://www.codefactor.io/repository/github/nicoviii/dozenal-clock-gnome-shell-extension/badge/master)](https://www.codefactor.io/repository/github/nicoviii/dozenal-clock-gnome-shell-extension/overview/master)
[![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/NicoVIII/Dozenal-Clock-GNOME-Shell-Extension/master/LICENSE)

This Gnome Shell Extension converts the normal clock to a duodecimal/dozenal one like the one you can see here:
[https://dozenal.ae-web.ca/](https://dozenal.ae-web.ca/)

![Example time on dozenal clock](https://github.com/NicoVIII/Dozenal-Clock-GNOME-Shell-Extension/raw/master/dozenal.png)

## Development
[![GitHub issues](https://img.shields.io/github/issues/NicoVIII/Dozenal-Clock-GNOME-Shell-Extension.svg)](https://github.com/NicoVIII/Dozenal-Clock-GNOME-Shell-Extension/issues)
[![CodeFactor](https://www.codefactor.io/repository/github/nicoviii/dozenal-clock-gnome-shell-extension/badge/develop)](https://www.codefactor.io/repository/github/nicoviii/dozenal-clock-gnome-shell-extension/overview/develop)
Binary file added dozenal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "Dozenal Clock",
"description": "Converts the clock to a dozenal one",
"uuid": "dozenalclock@nicoviii.eu",
"url": "https://github.com/NicoVIII/Dozenal-Clock-GNOME-Shell-Extension",
"shell-version": [
"3.28.1"
]
Expand Down

0 comments on commit 60ca246

Please sign in to comment.