Skip to content

Jibuus/gnome-shell-memento-mori

 
 

Repository files navigation

Description

Make every second of your life count. Literally!

This extension adds a counter to the panel which counts down the time you have left based on your birthday and life expectancy.

Git mirrors

Build

yarn
yarn build
ln -s "$PWD/dist" "$HOME/.local/share/gnome-shell/extensions/memento-mori@paveloom"

To archive the result after the build, run yarn build:package instead of yarn build.

Develop

You can lint the code with yarn lint.

You can run yarn watch to keep the bundle updated with changes.

On Wayland, test the extension by running

env MUTTER_DEBUG_DUMMY_MODE_SPECS=1280x720 \
  dbus-run-session -- gnome-shell --nested --wayland

Translations

To add a translation, contribute a .po file. See resources/po for examples.

About

Make every second of your life count. Literally!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.1%
  • JavaScript 11.9%