Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.58 KB

README.md

File metadata and controls

55 lines (39 loc) · 1.58 KB

Egg Timer for Gnome

Build Status

I needed a very simple Egg Timer for Gnome. The existing timer extensions did not work on Gnome 3.36.x so i had to write my own.

Egg Timer

Tested on Ubuntu 20.04!

Does not work on Ubuntu 18.04 / Gnome 3.28.2! I'd be happy about a pull request fixing that

Install from the Gnome Extensions Page

You can install it in two clicks from this page https://extensions.gnome.org/extension/3423/egg-timer/.

Install via npm

git clone [email protected]:gregorriegler/gnome-shell-extension-egg-timer.git
cd gnome-shell-extension-egg-timer
npm install
# Install Tested on Ubuntu 20.04

Install via zip file

Just download the latest [email protected] from the release page

and extract it to ~/.local/share/gnome-shell/extensions

Restart during development

npm run start

Run tests

# once
npm test

# watch
npm run test:watch

# watch min
npm run test:watch:min

Show log

journalctl -f -o cat /usr/bin/gnome-shell | grep 'egg-timer' -A7