Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.65 KB

README.md

File metadata and controls

61 lines (39 loc) · 1.65 KB

Seasonal Hours Clock Gnome Shell Extension

Inspired by https://seasonalclock.org

This concept originated in Twodays Crossing, an Earthstar chat app. This clock was created by @cinnamon-bun. We miss you.

About

This is a basic implementation of a "Gnome Shell Extension" that displays the current hour as the "Seasonal Hour" in the form of its representative emoji.

Screenshot from 2023-08-13 23-12-47

Development

Read the GJS.guide

Run a debug instance:

dbus-run-session -- gnome-shell --nested --wayland

Install the extension:

gnome-extensions install [email protected]

Disable the extension:

gnome-extensions disable [email protected]

Enable the extension:

gnome-extensions enable [email protected]

Pack the extension:

gnome-extensions pack [email protected] --extra-source=seasonalhours.js

Changelog

Version 1.1.1

  • Fixed "candle", "ice", "mist" and "mountain" emoji rendering through unicode character.
  • Preparing for Gnome Extensions release.

Version 1.1

  • Changed capitalization
  • Removed parenthesis

Version 1.0

  • Initial release; nothing fancy.
  • Emojis for the hours are based upon this version.