diff --git a/.editorconfig b/.editorconfig index 677e36e..37cfad7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,6 @@ indent_size = 4 indent_style = space insert_final_newline = true trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false diff --git a/README.md b/README.md index 32d8e4c..f70f079 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/dozenal.png b/dozenal.png new file mode 100644 index 0000000..7c818e7 Binary files /dev/null and b/dozenal.png differ diff --git a/src/metadata.json b/src/metadata.json index f70a3bc..55181b9 100644 --- a/src/metadata.json +++ b/src/metadata.json @@ -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" ]